Merged r11839 from trunk (#14020).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/2.3-stable@11997 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -83,7 +83,7 @@ class AdminControllerTest < ActionController::TestCase
|
||||
|
||||
def test_test_email
|
||||
user = User.find(1)
|
||||
user.pref[:no_self_notified] = '1'
|
||||
user.pref.no_self_notified = '1'
|
||||
user.pref.save!
|
||||
ActionMailer::Base.deliveries.clear
|
||||
|
||||
|
||||
Reference in New Issue
Block a user