1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-10-17 17:01:01 +00: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:
Toshi MARUYAMA 2019-10-09 02:05:25 +00:00
parent 47de059580
commit 91c56e2cbd
2 changed files with 0 additions and 2 deletions

View File

@ -993,7 +993,6 @@ Style/AsciiComments:
Exclude: Exclude:
- 'app/models/repository/git.rb' - 'app/models/repository/git.rb'
- 'lib/redmine/search.rb' - 'lib/redmine/search.rb'
- 'test/unit/mail_handler_test.rb'
# Cop supports --auto-correct. # Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle. # Configuration parameters: EnforcedStyle.

View File

@ -765,7 +765,6 @@ class MailHandlerTest < ActiveSupport::TestCase
end end
def test_add_issue_with_iso_2022_jp_ms_subject 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 # CIRCLED DIGIT ONE character is undefined in ISO-2022-JP but
# defined in some vendor-extended variants such as ISO-2022-JP-MS. # defined in some vendor-extended variants such as ISO-2022-JP-MS.
# This test makes sure that mail gem replaces an undefined characters # This test makes sure that mail gem replaces an undefined characters