1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/test
2011-08-29 13:15:40 +02:00
..
controllers sign_in should return true in case user is already signed in and assert that. 2011-08-02 14:35:46 +05:30
generators Restore forlorn Mongoid generator tests 2011-08-05 02:40:42 +07:00
helpers Fix failing Mongoid tests 2011-08-05 01:38:42 +07:00
integration Fix usage of "its" / "it's" in documentation 2011-08-16 22:15:25 +02:00
mailers Allow to set default 'from' header of Devise mails in custom mailer class 2011-08-20 22:35:47 +02:00
models Simplify regexp and ensure it runs against UTF8 chars, closes #1235 2011-08-29 13:15:40 +02:00
omniauth support for named omniauth open_id strategies 2011-05-25 00:15:24 +04:00
orm Fix failing Mongoid tests 2011-08-05 01:38:42 +07:00
rails_app Allow to set default 'from' header of Devise mails in custom mailer class 2011-08-20 22:35:47 +02:00
support Change test email addresses to ues RFC 2606 reserved domain example.com 2011-04-18 15:59:13 +08:00
devise_test.rb
encryptors_test.rb
failure_app_test.rb fix for issues #999: HTTP_ACCEPT=*/* should redirect to the default location 2011-04-29 13:22:52 +02:00
indifferent_hash.rb
mapping_test.rb User cannot access sign up and similar pages if he is already signed in through a cookie or token, closes #1036. 2011-04-29 08:56:57 +02:00
models_test.rb Tests that should no longer exclude Mongoid 2011-08-06 19:28:19 +07:00
routes_test.rb More transparent implementat'n of :format => false 2011-06-27 06:51:04 -05:00
schema_test.rb
test_helper.rb Revert "Merge pull request #1103 from Mab879/master" 2011-06-08 17:37:49 +02:00
test_helpers_test.rb