Files
codeocean/spec/factories/error_template_attributes.rb
2018-11-06 16:45:59 +01:00

7 lines
118 B
Ruby

FactoryBot.define do
factory :error_template_attribute do
key { "MyString" }
regex { "MyString" }
end
end