diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-09 02:05:25 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-09 02:05:25 +0000 |
commit | 91c56e2cbddc9f30f85008e77d97d492a2c19570 (patch) | |
tree | 60adf7b2262306c7be5b8c7647aa6021bd8881f4 /test/unit | |
parent | 47de05958038b035ced9b36f55cbdb826bbae498 (diff) | |
download | redmine-91c56e2cbddc9f30f85008e77d97d492a2c19570.tar.gz redmine-91c56e2cbddc9f30f85008e77d97d492a2c19570.zip |
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
Diffstat (limited to 'test/unit')
-rw-r--r-- | test/unit/mail_handler_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit/mail_handler_test.rb b/test/unit/mail_handler_test.rb index e3c527fa1..18d988e73 100644 --- a/test/unit/mail_handler_test.rb +++ b/test/unit/mail_handler_test.rb @@ -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 |