Files
codeocean/spec/factories/error_template_attributes.rb
2021-05-14 22:03:06 +02:00

9 lines
149 B
Ruby

# frozen_string_literal: true
FactoryBot.define do
factory :error_template_attribute do
key { 'MyString' }
regex { 'MyString' }
end
end