Add structured errors to schema
This commit is contained in:
6
test/factories/structured_errors.rb
Normal file
6
test/factories/structured_errors.rb
Normal file
@ -0,0 +1,6 @@
|
||||
FactoryGirl.define do
|
||||
factory :structured_error do
|
||||
error_template nil
|
||||
file nil
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user