Skip to content

Instantly share code, notes, and snippets.

@defeated
Created September 20, 2011 17:07
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save defeated/1229675 to your computer and use it in GitHub Desktop.
Save defeated/1229675 to your computer and use it in GitHub Desktop.
Devise User Fixture
one:
email: e@mail.com
encrypted_password: <%= User.new.send(:password_digest, "password") %>
authentication_token: <%= User.authentication_token %>
@andremleblanc
Copy link

Awesome! Thanks for posting this.

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