1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/test/integration
2011-12-11 20:39:41 +01:00
..
authenticatable_test.rb Fix failure_app failing test. 2011-11-07 21:38:31 -02:00
confirmable_test.rb Usage of confirm_within was deprecated in favor allow_unconfirmed_access_for 2011-12-11 20:18:02 +01:00
database_authenticatable_test.rb Fix failing tests. 2011-06-10 11:10:56 +02:00
http_authenticatable_test.rb Usage of Devise.stateless_token= is deprecated in favor of appending :token_auth to Devise.skip_session_storage 2011-12-11 20:39:41 +01:00
lockable_test.rb redirect users to sign in page after unlock, closes #1486 2011-12-08 22:06:09 +03:00
omniauthable_test.rb Support for OmniAuth 1.0.0 2011-10-14 21:31:17 -04:00
recoverable_test.rb implementation of a much simpler solution 2011-11-05 16:53:27 +01:00
registerable_test.rb Remove the code that was dynamically adding columns to active record 2011-12-11 20:07:50 +01:00
rememberable_test.rb Deprecate and disable old behavior accumulated with time. 2011-12-04 23:58:19 +01:00
timeoutable_test.rb Timeoutable also skips tracking if skip_trackable is given 2011-10-25 18:43:48 +02:00
token_authenticatable_test.rb Usage of Devise.stateless_token= is deprecated in favor of appending :token_auth to Devise.skip_session_storage 2011-12-11 20:39:41 +01:00
trackable_test.rb Usage of confirm_within was deprecated in favor allow_unconfirmed_access_for 2011-12-11 20:18:02 +01:00