Skip to content

Instantly share code, notes, and snippets.

@henrydjacob
Created November 7, 2011 08:26
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save henrydjacob/1344451 to your computer and use it in GitHub Desktop.
Save henrydjacob/1344451 to your computer and use it in GitHub Desktop.
devise fixtures users.yml
user1:
email: user1@mysite.com
encrypted_password: <%= User.new.send(:password_digest, "user123") %>
confirmed_at: <%= Time.now %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment