Files
codeocean/spec/factories/structured_error_attributes.rb
2018-11-06 16:46:00 +01:00

8 lines
173 B
Ruby

FactoryBot.define do
factory :structured_error_attribute do
association :structured_error
association :error_template_attribute
value { "MyString" }
end
end