mirror of
https://github.com/redmine/redmine.git
synced 2026-07-06 23:58:39 +02:00
remove unneeded literal interpolation from MailHandlerTest
git-svn-id: http://svn.redmine.org/redmine/trunk@19807 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -1100,7 +1100,7 @@ class MailHandlerTest < ActiveSupport::TestCase
|
||||
assert_issue_created(issue)
|
||||
assert issue.description.include?('This paragraph is before delimiters')
|
||||
assert issue.description.include?('--- This line starts with a delimiter')
|
||||
assert !issue.description.match(/^---#{"\u00A0"}$/)
|
||||
assert !issue.description.match(/^---\u00A0$/)
|
||||
assert !issue.description.include?('This paragraph is after the delimiter')
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user