heartcombo--devise/test/integration
Jared Morgan f044916f94 Use correct current_password in RegistrationTest of invalid confirmation
In DatabaseAuthenticatable#update_with_password, password is now deleted if
the current_password is invalid. dm-validations will not check the
confirmation in that case, so this test was failing in dm-devise.
2012-11-15 12:21:11 -06:00
..
authenticatable_test.rb Fix spec failures for Mongoid 3. 2012-11-10 20:02:58 +01:00
confirmable_test.rb Refactor according to line notes from josevalim 2012-07-22 14:02:27 +02:00
database_authenticatable_test.rb Change the minimum password length to 8 2012-07-06 11:46:46 -03:00
http_authenticatable_test.rb Revert "Rails 3.2.7 deprecates update_attribute in favor of update_column" 2012-08-05 09:24:10 -03:00
lockable_test.rb Add failing test for Issue #1994 2012-10-25 16:20:21 -05:00
omniauthable_test.rb Change the minimum password length to 8 2012-07-06 11:46:46 -03:00
recoverable_test.rb Unlock user when re-setting password and unlock strategy is :email or :both 2012-11-07 10:45:46 +01:00
registerable_test.rb Use correct current_password in RegistrationTest of invalid confirmation 2012-11-15 12:21:11 -06:00
rememberable_test.rb Clean up remember token related config. 2012-02-16 12:30:04 +01:00
timeoutable_test.rb Timeout does not explode when reset_authentication_token! is accidentally defined by Active Model 2012-06-16 14:04:34 +02:00
token_authenticatable_test.rb Revert "Rails 3.2.7 deprecates update_attribute in favor of update_column" 2012-08-05 09:24:10 -03:00
trackable_test.rb