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

7 lines
98 B
Ruby

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