7 lines
99 B
Ruby
7 lines
99 B
Ruby
FactoryGirl.define do
|
|
factory :structured_error do
|
|
error_template nil
|
|
file nil
|
|
end
|
|
end
|