heartcombo--devise/test/models
Sean Cribbs 9f032350e3 Use ActiveModel's to_key instead of id.
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-10-10 17:51:32 +02:00
..
confirmable_test.rb Save confirmation token to the database, if one does not exist but was requested, closes #377 2010-07-14 18:03:34 +02:00
database_authenticatable_test.rb Extract encryptors into their own module for better bcrypt support. 2010-09-25 16:08:46 +02:00
encryptable_test.rb Extract encryptors into their own module for better bcrypt support. 2010-09-25 16:08:46 +02:00
lockable_test.rb Refactor code related with authentication keys on password recovery and account unlocking, closes #396. 2010-09-21 12:05:17 +02:00
oauthable_test.rb Unit tests for OAuth. 2010-07-26 20:33:23 +02:00
recoverable_test.rb Refactor code related with authentication keys on password recovery and account unlocking, closes #396. 2010-09-21 12:05:17 +02:00
rememberable_test.rb Use ActiveModel's to_key instead of id. 2010-10-10 17:51:32 +02:00
timeoutable_test.rb Compatibility with Ruby 1.9.1 and 1.9.2. 2010-03-26 11:27:19 +01:00
token_authenticatable_test.rb Small changes to token_authenticatable. 2010-04-06 13:26:56 +02:00
trackable_test.rb Compatibility with Ruby 1.9.1 and 1.9.2. 2010-03-26 11:27:19 +01:00
validatable_test.rb Tests green on mongoid as well. 2010-07-26 20:25:02 +02:00