mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
use "assert_not" instead of "refute" at MailHandlerTest#test_add_issue_with_private_keyword
git-svn-id: http://svn.redmine.org/redmine/trunk@19806 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
6d2cc2fbd7
commit
040b473e55
@ -509,7 +509,7 @@ class MailHandlerTest < ActiveSupport::TestCase
|
||||
:allow_override => 'is_private,tracker,category,priority'
|
||||
)
|
||||
assert issue.is_a?(Issue)
|
||||
refute issue.new_record?
|
||||
assert_not issue.new_record?
|
||||
issue.reload
|
||||
assert_equal 'New ticket on a given project', issue.subject
|
||||
assert issue.is_private
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user