mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +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:
parent
47de059580
commit
91c56e2cbd
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user