Fix structured error factory

This commit is contained in:
Maximilian Grundke
2018-05-15 13:43:50 +02:00
parent 7a6e73db20
commit 4382e9f0a5

View File

@ -1,6 +1,6 @@
FactoryBot.define do
factory :structured_error do
error_template nil
file nil
submission nil
end
end