From ab96a29460c650540c6bb66b5463c3c6599f9c2c Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 8 Jul 2012 07:20:48 +0000 Subject: [PATCH] Fixed test failure. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9945 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/account_controller_test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/functional/account_controller_test.rb b/test/functional/account_controller_test.rb index f55a1964f..2c1310695 100644 --- a/test/functional/account_controller_test.rb +++ b/test/functional/account_controller_test.rb @@ -150,6 +150,7 @@ class AccountControllerTest < ActionController::TestCase def test_lost_password_for_active_user_should_create_a_token Token.delete_all + ActionMailer::Base.deliveries.clear assert_difference 'ActionMailer::Base.deliveries.size' do assert_difference 'Token.count' do with_settings :host_name => 'mydomain.foo', :protocol => 'http' do -- 2.39.5