Fix Rubocop offenses
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user