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
klacointe e9fbb3d7ef fix AbstractController::ActionNotFound when use
route with specific format (ie xml, json...)
2010-07-02 13:25:33 +08:00
..
authenticatable_test.rb fix AbstractController::ActionNotFound when use 2010-07-02 13:25:33 +08:00
confirmable_test.rb All tests green on latest Rails beta. 2010-04-13 23:28:13 +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 show unlock link unless strategy is e-mail. Closes #204. 2010-04-15 08:40:15 +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