Skip to content

Instantly share code, notes, and snippets.

@dagda1
Created October 5, 2010 11:32
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 dagda1/611401 to your computer and use it in GitHub Desktop.
Save dagda1/611401 to your computer and use it in GitHub Desktop.
Factory.define :user do |user|
user.email {"paul.cowan@hotmail.com"}
user.password {"paulcowan"}
user.password_confirmation {"paulcowan"}
user.association(:role)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment