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

8 lines
134 B
Ruby

FactoryGirl.define do
factory :error_template_attribute do
error_template nil
key "MyString"
regex "MyString"
end
end