Files
codeocean/test/factories/structured_error_attributes.rb
2017-07-03 10:09:48 +02:00

8 lines
152 B
Ruby

FactoryGirl.define do
factory :structured_error_attribute do
structured_error nil
error_template_attribute nil
value "MyString"
end
end