Skip to content

Instantly share code, notes, and snippets.

@alvinthen
Created November 22, 2016 19:13
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 alvinthen/1b6bac52df8556be1e4b75ba5d7ecc79 to your computer and use it in GitHub Desktop.
Save alvinthen/1b6bac52df8556be1e4b75ba5d7ecc79 to your computer and use it in GitHub Desktop.
Devise fixtures
one:
name: One
email: one@one.com
encrypted_password: <%= Devise::Encryptor.digest(User, 'password') %>
two:
name: Two
email: two@two.com
encrypted_password: <%= Devise::Encryptor.digest(User, 'password') %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment