projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Revert "Remove unneeded and broken bootstrap close button theme overrides"
[rails.git]
/
test
/
controllers
/
passwords_controller_test.rb
diff --git
a/test/controllers/passwords_controller_test.rb
b/test/controllers/passwords_controller_test.rb
index 9ceadfefb9986cc1c5a2a68f9bacc9e2fe8532c8..07f108cd70afb8d19a94ccfae2f7571079ec6ecd 100644
(file)
--- a/
test/controllers/passwords_controller_test.rb
+++ b/
test/controllers/passwords_controller_test.rb
@@
-118,7
+118,6
@@
class PasswordsControllerTest < ActionDispatch::IntegrationTest
email = ActionMailer::Base.deliveries.first
assert_equal 1, email.to.count
assert_equal third_user.email, email.to.first
- ActionMailer::Base.deliveries.clear
end
def test_reset_password