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
2010-07-12 07:24:21 +02:00
..
authenticatable_test.rb devise_for now accepts a block. All routes inside the block uses the scope defined by devise_for. 2010-07-07 10:51:14 +02:00
confirmable_test.rb Ensure method is always POST on new.html.erb forms, closes #365. Also, start to remove usage of assert_template. 2010-07-06 16:01:22 +02:00
database_authenticatable_test.rb Split tests files a bit. 2010-06-13 12:11:15 +02:00
http_authenticatable_test.rb Added navigational formats to specify when it should return a 302 and when a 401, closes #234 and #249. 2010-05-16 19:13:38 +02:00
lockable_test.rb Do not add unlock routes unless unlock strategy is email or both, closes #373 2010-07-12 07:24:21 +02:00
recoverable_test.rb All tests green on latest Rails beta. 2010-04-13 23:28:13 +02:00
registerable_test.rb Added after_update_path to registrations controller. Users can now specify the path that their app should return to after updated a resource. If not specified it will return to the root, or the resource's root if specified. 2010-05-25 04:25:32 +08:00
rememberable_test.rb Add tests to cookie domain, closes #254. 2010-05-16 14:13:56 +02:00
timeoutable_test.rb Check if the user is already signing out before timing out his connection, closes #273. 2010-06-13 12:40:13 +02:00
token_authenticatable_test.rb Added navigational formats to specify when it should return a 302 and when a 401, closes #234 and #249. 2010-05-16 19:13:38 +02:00
trackable_test.rb sign_in_count shoud default to zero. 2010-03-26 12:56:24 +01:00