Files
codeocean/test/factories/structured_errors.rb
2018-05-15 13:43:50 +02:00

7 lines
104 B
Ruby

FactoryBot.define do
factory :structured_error do
error_template nil
submission nil
end
end