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