Fix Rubocop offenses

This commit is contained in:
Sebastian Serth
2023-06-11 20:46:45 +02:00
parent 5a10e04121
commit bcdc71021e
19 changed files with 39 additions and 39 deletions

View File

@ -2,8 +2,8 @@
FactoryBot.define do
factory :structured_error_attribute do
association :structured_error
association :error_template_attribute
structured_error
error_template_attribute
value { 'MyString' }
end
end