aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2017-07-15 14:15:57 +0200
committerGitHub <noreply@github.com>2017-07-15 14:15:57 +0200
commit78e05747f2282951e9717144869b17b7413df164 (patch)
tree8f45f6c8b70286e980ab61eed4faee436a5ced8c
parentd1b2b139a55aa0bda082a41946373374ff3e90a0 (diff)
parent412156f00f19c95e51ed41dd569a70e06589ac12 (diff)
downloadrails-78e05747f2282951e9717144869b17b7413df164.tar.gz
rails-78e05747f2282951e9717144869b17b7413df164.tar.bz2
rails-78e05747f2282951e9717144869b17b7413df164.zip
Merge pull request #29800 from koic/remove_encoding_utf8_magic_comment
Remove encoding utf-8 magic comment
-rw-r--r--activesupport/test/multibyte_grapheme_break_conformance_test.rb1
-rw-r--r--activesupport/test/multibyte_normalization_conformance_test.rb1
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"