Skip to content

Instantly share code, notes, and snippets.

@vkurennov
Created January 26, 2016 20:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vkurennov/b6cff3da256df2c2a51d to your computer and use it in GitHub Desktop.
Save vkurennov/b6cff3da256df2c2a51d to your computer and use it in GitHub Desktop.
FactoryGirl.define do
factory :answer do
question
content "yText"
end
factory :illegal_answer, class: "Answer" do
content nil
question_id 'potato'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment