Skip to content

Instantly share code, notes, and snippets.

@arbaouimehdi
Forked from henrydjacob/users.yml
Created June 4, 2017 18:59
Show Gist options
  • Save arbaouimehdi/04bfc768ae22730671c09194e0e956ae to your computer and use it in GitHub Desktop.
Save arbaouimehdi/04bfc768ae22730671c09194e0e956ae 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