X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/07965246f80a65dde8ce1962da0e177985b6fb73..31805df53f8ea4a324485724175a4a21403a51bc:/test/controllers/users_controller_test.rb diff --git a/test/controllers/users_controller_test.rb b/test/controllers/users_controller_test.rb index 8ad9c6fab..b398762f2 100644 --- a/test/controllers/users_controller_test.rb +++ b/test/controllers/users_controller_test.rb @@ -87,8 +87,6 @@ class UsersControllerTest < ActionDispatch::IntegrationTest # Check the page assert_redirected_to :controller => :confirmations, :action => :confirm, :display_name => user.display_name - - ActionMailer::Base.deliveries.clear end def test_create_duplicate_email @@ -189,8 +187,6 @@ class UsersControllerTest < ActionDispatch::IntegrationTest perform_enqueued_jobs end end - - ActionMailer::Base.deliveries.clear end def test_go_public