1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/test/models
Drew Ulmer 00e8841e93 Unit test for Lockable#unauthenticated_message not leaking account existence
This is another failing test for #1994, a unit test for Lockable. Lockable's
#uanauthenticated_message should not return :locked if paranoid mode is on
and instead should return the generic :invalid response.
2012-10-25 16:51:02 -05:00
..
authenticatable_test.rb Adding required_fields to all modules 2012-02-24 20:57:58 -02:00
confirmable_test.rb Ensure a new token is generated if the previous one expired 2012-07-23 16:05:51 +02:00
database_authenticatable_test.rb Change the minimum password length to 8 2012-07-06 11:46:46 -03:00
lockable_test.rb Unit test for Lockable#unauthenticated_message not leaking account existence 2012-10-25 16:51:02 -05:00
omniauthable_test.rb Adding required_fields to all modules 2012-02-24 20:57:58 -02:00
recoverable_test.rb Remove not used variables 2012-05-26 20:31:42 +04:00
registerable_test.rb Adding required_fields to all modules 2012-02-24 20:57:58 -02:00
rememberable_test.rb Fix failing test. 2012-03-30 09:13:28 +02:00
serializable_test.rb Improve coverage, cache array in a constant. 2012-02-15 20:18:52 +01:00
timeoutable_test.rb Adding required_fields to all modules 2012-02-24 20:57:58 -02:00
token_authenticatable_test.rb Fixing some tests and adding an assert message 2012-02-22 13:55:05 -02:00
trackable_test.rb Fixing some tests and adding an assert message 2012-02-22 13:55:05 -02:00
validatable_test.rb Revert "Revert "New password default minimum length is now 8"" 2012-07-24 23:41:17 +02:00