Files
codeocean/test/factories/error_templates.rb
2017-07-03 10:09:48 +02:00

8 lines
136 B
Ruby

FactoryGirl.define do
factory :error_template do
execution_environment nil
name "MyString"
signature "MyString"
end
end