heartcombo--devise/test
Kramer Campbell 17e85aa79d Avoid sending confirmations to blank emails.
At times, validations may be skipped and no email address may be
provided. Such an instance comes when testing uniqueness validations of
specific attributes in a Devise model with confirmable, especially when
using Shoulda matchers.
2013-05-22 19:48:06 -07:00
..
controllers Merge branch 'master' into rails4 2013-05-07 13:01:34 -03:00
generators Remove protected_attributes gem and all whitelisting 2013-03-31 15:21:49 -05:00
helpers Change "ActionController::IntegrationTest" to "ActionDispatch::IntegrationTest" 2013-01-28 19:58:21 -02:00
integration redirect user to the referrer if latest request was not GET after timeout 2013-05-19 17:11:34 +03:00
mailers Fix typo in test descriptions 2013-04-13 10:54:52 -03:00
models Avoid sending confirmations to blank emails. 2013-05-22 19:48:06 -07:00
omniauth Let Devise play with both Rails 3.2 and Rails 4 for now 2013-05-05 19:55:06 -03:00
orm Ensure that `include_root_in_json` is true since our test suite depends on that. 2013-03-31 17:18:41 -03:00
rails_app redirect user to the referrer if latest request was not GET after timeout 2013-05-19 17:11:34 +03:00
support Refactor a bit to avoid two model attributes lookup 2012-12-04 17:37:12 -02:00
delegator_test.rb Fix taking associated failure app from the scope in the given env. 2011-12-07 14:09:00 +02:00
devise_test.rb add test for Devise.email_regexp 2012-11-19 17:38:22 +02:00
failure_app_test.rb fix some warning 2013-04-19 19:08:20 +05:30
mapping_test.rb Add confirmable to admin. 2011-12-11 20:07:50 +01:00
models_test.rb Bundle update for both Rails 3.1 and 3.2, update mocha, fix failing tests 2013-04-13 11:08:27 -03:00
parameter_sanitizer_test.rb Clean up Devise parameter sanitizer 2013-04-13 23:21:46 -07:00
routes_test.rb Let Devise play with both Rails 3.2 and Rails 4 for now 2013-05-05 19:55:06 -03:00
test_helper.rb Let Devise play with both Rails 3.2 and Rails 4 for now 2013-05-05 19:55:06 -03:00
test_helpers_test.rb Test helper was incorrectly returning failure body 2012-09-27 18:44:31 -06:00
test_models.rb Remove protected_attributes gem and all whitelisting 2013-03-31 15:21:49 -05:00