socialforge/spec/factories/test_sets.rb

9 lines
110 B
Ruby

FactoryGirl.define do
factory :test_set do
input "MyString"
output "MyString"
challenge_id 1
end
end