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
Ralin Chimev 9caf07dd4f Fix overwriting the remember_token when a valid one already exists (#4101)
The remember_token should not get overwritten when a user is
signing in and a valid token already exists.

Fixes #3950.
2016-05-15 11:48:12 -03:00
..
authenticatable_test.rb Ensure that we sanitize any AC::Parameters in find_or_initialize_with_errors. 2014-09-18 18:21:05 -03:00
confirmable_test.rb Replace custom Array assertion with assert_equal. 2016-05-03 14:18:35 -03:00
database_authenticatable_test.rb Replace custom Array assertion with assert_equal. 2016-05-03 14:18:35 -03:00
lockable_test.rb Replace custom Array assertion with assert_equal. 2016-05-03 14:18:35 -03:00
omniauthable_test.rb Replace custom Array assertion with assert_equal. 2016-05-03 14:18:35 -03:00
recoverable_test.rb Replace custom Array assertion with assert_equal. 2016-05-03 14:18:35 -03:00
registerable_test.rb Replace custom Array assertion with assert_equal. 2016-05-03 14:18:35 -03:00
rememberable_test.rb Fix overwriting the remember_token when a valid one already exists (#4101) 2016-05-15 11:48:12 -03:00
serializable_test.rb Updated ruby 1.9 hash syntax 2014-02-25 22:12:55 +05:30
timeoutable_test.rb Replace custom Array assertion with assert_equal. 2016-05-03 14:18:35 -03:00
trackable_test.rb Replace custom Array assertion with assert_equal. 2016-05-03 14:18:35 -03:00
validatable_test.rb Replace homemade assert_not matcher in favor of refute. 2016-05-03 13:57:10 -03:00