X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/07965246f80a65dde8ce1962da0e177985b6fb73..31805df53f8ea4a324485724175a4a21403a51bc:/test/controllers/accounts_controller_test.rb diff --git a/test/controllers/accounts_controller_test.rb b/test/controllers/accounts_controller_test.rb index 18ad34f66..ce8a62242 100644 --- a/test/controllers/accounts_controller_test.rb +++ b/test/controllers/accounts_controller_test.rb @@ -121,7 +121,6 @@ class AccountsControllerTest < ActionDispatch::IntegrationTest email = ActionMailer::Base.deliveries.first assert_equal 1, email.to.count assert_equal user.new_email, email.to.first - ActionMailer::Base.deliveries.clear end def test_private_account