mirror of
https://github.com/redmine/redmine.git
synced 2026-06-17 20:10:30 +02:00
code cleanup: rubocop: fix Style/AsciiComments in test/unit/mail_handler_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18630 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -993,7 +993,6 @@ Style/AsciiComments:
|
||||
Exclude:
|
||||
- 'app/models/repository/git.rb'
|
||||
- 'lib/redmine/search.rb'
|
||||
- 'test/unit/mail_handler_test.rb'
|
||||
|
||||
# Cop supports --auto-correct.
|
||||
# Configuration parameters: EnforcedStyle.
|
||||
|
||||
@@ -765,7 +765,6 @@ class MailHandlerTest < ActiveSupport::TestCase
|
||||
end
|
||||
|
||||
def test_add_issue_with_iso_2022_jp_ms_subject
|
||||
# The original subject is "① 丸数字テスト".
|
||||
# CIRCLED DIGIT ONE character is undefined in ISO-2022-JP but
|
||||
# defined in some vendor-extended variants such as ISO-2022-JP-MS.
|
||||
# This test makes sure that mail gem replaces an undefined characters
|
||||
|
||||
Reference in New Issue
Block a user