Skip to content

Instantly share code, notes, and snippets.

@federomero
Created March 23, 2012 17:35
Show Gist options
  • Save federomero/2173058 to your computer and use it in GitHub Desktop.
Save federomero/2173058 to your computer and use it in GitHub Desktop.
User setup
subject do
User.new.tap do |user|
user.password = "something"
user.password_confirmation = user.password
user.email = "[email protected]"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment