Fix test failure from Setting changes in other tests
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4226 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
a04e1bd582
commit
fda1a0cb3b
|
@ -41,6 +41,7 @@ class MailHandlerTest < ActiveSupport::TestCase
|
|||
|
||||
def setup
|
||||
ActionMailer::Base.deliveries.clear
|
||||
Setting.notified_events = Redmine::Notifiable.all.collect(&:name)
|
||||
end
|
||||
|
||||
def test_add_issue
|
||||
|
|
Loading…
Reference in New Issue