]> git.openstreetmap.org Git - rails.git/commit
Remove some unnecessary calls to clear the mail queue
authorAndy Allan <git@gravitystorm.co.uk>
Sun, 16 Feb 2025 16:02:01 +0000 (16:02 +0000)
committerAndy Allan <git@gravitystorm.co.uk>
Sun, 16 Feb 2025 16:16:13 +0000 (16:16 +0000)
commit31805df53f8ea4a324485724175a4a21403a51bc
tree48a9d32da6c0482224f6205332dd18fb6ac5e749
parent07965246f80a65dde8ce1962da0e177985b6fb73
Remove some unnecessary calls to clear the mail queue

These were not needed at the end of most tests for quite some time,
since rails clears them by default for controller and integration tests,
and also no longer required in system tests after #5691
test/controllers/accounts_controller_test.rb
test/controllers/api/changeset_comments_controller_test.rb
test/controllers/api/notes_controller_test.rb
test/controllers/confirmations_controller_test.rb
test/controllers/diary_comments_controller_test.rb
test/controllers/follows_controller_test.rb
test/controllers/messages_controller_test.rb
test/controllers/passwords_controller_test.rb
test/controllers/users_controller_test.rb
test/integration/user_creation_test.rb
test/system/user_email_change_test.rb