diff options
author | Koichi ITO <koic.ito@gmail.com> | 2017-07-15 18:32:46 +0900 |
---|---|---|
committer | Koichi ITO <koic.ito@gmail.com> | 2017-07-15 19:29:45 +0900 |
commit | 412156f00f19c95e51ed41dd569a70e06589ac12 (patch) | |
tree | 8f45f6c8b70286e980ab61eed4faee436a5ced8c /activesupport | |
parent | d1b2b139a55aa0bda082a41946373374ff3e90a0 (diff) | |
download | rails-412156f00f19c95e51ed41dd569a70e06589ac12.tar.gz rails-412156f00f19c95e51ed41dd569a70e06589ac12.tar.bz2 rails-412156f00f19c95e51ed41dd569a70e06589ac12.zip |
Remove encoding utf-8 magic comment
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/test/multibyte_grapheme_break_conformance_test.rb | 1 | ||||
-rw-r--r-- | activesupport/test/multibyte_normalization_conformance_test.rb | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/activesupport/test/multibyte_grapheme_break_conformance_test.rb b/activesupport/test/multibyte_grapheme_break_conformance_test.rb index 855626e779..fac74cd80f 100644 --- a/activesupport/test/multibyte_grapheme_break_conformance_test.rb +++ b/activesupport/test/multibyte_grapheme_break_conformance_test.rb @@ -1,4 +1,3 @@ -# encoding: utf-8 # frozen_string_literal: true require "abstract_unit" diff --git a/activesupport/test/multibyte_normalization_conformance_test.rb b/activesupport/test/multibyte_normalization_conformance_test.rb index deb94a7aa3..1173a94e81 100644 --- a/activesupport/test/multibyte_normalization_conformance_test.rb +++ b/activesupport/test/multibyte_normalization_conformance_test.rb @@ -1,4 +1,3 @@ -# encoding: utf-8 # frozen_string_literal: true require "abstract_unit" |