heartcombo--devise/test
Arne Zeising ac702843dd Change behavior to skip reconfirmation after creating a record with #save called in callback (#4125)
https://github.com/plataformatec/devise/pull/4125
2016-06-13 17:57:24 -03:00
..
controllers Move `Devise::TestHelpers` to `Devise::Test::ControllerHelpers`. 2016-05-15 19:36:41 -03:00
generators Remove a few Ruby syntax warnings from the test suite. 2016-05-02 10:47:05 -03:00
helpers Rails 5 compatability. Remove rails < 4.1 and Ruby < 2.1 2015-12-11 09:47:30 -08:00
integration Fix authenticated engine routes (#4081) 2016-05-21 11:55:56 -03:00
mailers Spell verb *set up* with a space 2016-02-02 19:09:19 +01:00
models Change behavior to skip reconfirmation after creating a record with #save called in callback (#4125) 2016-06-13 17:57:24 -03:00
omniauth Do not use the dynamic `:action` segment on Omniauth routes. 2016-03-07 11:19:27 -03:00
orm Send on create confirmation email after commit (#4064) 2016-05-02 21:32:14 -03:00
rails_app Add public_file_server setting for Rails5 2016-06-01 14:44:35 +08:00
support Replace custom `Array` assertion with `assert_equal`. 2016-05-03 14:18:35 -03:00
test Add `Devise::Test::IntegrationHelpers`. 2016-05-15 19:36:41 -03:00
delegator_test.rb
devise_test.rb Replace homemade `assert_not` matcher in favor of `refute`. 2016-05-03 13:57:10 -03:00
failure_app_test.rb Add missing support of Rails.application.config.action_controller.relative_url_root (#4146) 2016-06-13 15:46:43 -03:00
mapping_test.rb Replace homemade `assert_not` matcher in favor of `refute`. 2016-05-03 13:57:10 -03:00
models_test.rb Replace homemade `assert_not` matcher in favor of `refute`. 2016-05-03 13:57:10 -03:00
parameter_sanitizer_test.rb Remove deprecated `ParameterSanitizer` API. 2016-05-03 18:32:47 -03:00
rails_test.rb
routes_test.rb Set the new default of sign_out_via config 2016-05-01 12:44:40 -03:00
test_helper.rb
test_models.rb Change encryption for hashing in the documentation. 2016-02-10 17:10:52 -02:00