Files
codeocean/spec/factories/structured_errors.rb
2023-06-11 20:46:45 +02:00

9 lines
127 B
Ruby

# frozen_string_literal: true
FactoryBot.define do
factory :structured_error do
error_template
submission
end
end