Skip to content

Instantly share code, notes, and snippets.

@clarkbw
Created January 14, 2014 14:06
Show Gist options
  • Save clarkbw/8418809 to your computer and use it in GitHub Desktop.
Save clarkbw/8418809 to your computer and use it in GitHub Desktop.
Devise user fixture for testing rails with users. confirm* items are only required if you've set :confirmable in your model.
bryan:
email: clarkbw@example.com
encrypted_password: <%= User.new.send(:password_digest, '1234567890') %>
confirmed_at: <%= Time.zone.now - 1.hour %>
confirmation_sent_at: <%= Time.zone.now - 2.hours %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment