Skip to content

Instantly share code, notes, and snippets.

@shime
Created September 15, 2013 09:37
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 shime/6569184 to your computer and use it in GitHub Desktop.
Save shime/6569184 to your computer and use it in GitHub Desktop.
order of stubs and factory girl
  1. stub
  2. Model.new
  3. FactoryGirl.build_stubbed
  4. FactoryGirl.create

Always choose the upper one if you can.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment