From 412156f00f19c95e51ed41dd569a70e06589ac12 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Sat, 15 Jul 2017 18:32:46 +0900 Subject: Remove encoding utf-8 magic comment --- activesupport/test/multibyte_grapheme_break_conformance_test.rb | 1 - activesupport/test/multibyte_normalization_conformance_test.rb | 1 - 2 files changed, 2 deletions(-) (limited to 'activesupport') 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" -- cgit v1.2.3