Files
codeocean/test/factories/error_template_attributes.rb
2017-11-15 15:18:07 +01:00

8 lines
133 B
Ruby

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