From 6eced6a1fe041db64a06298fb8203fbb5287a8db Mon Sep 17 00:00:00 2001 From: Vipul A M Date: Tue, 3 Feb 2015 12:31:35 +0530 Subject: Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 onwards. --- railties/test/path_generation_test.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'railties/test/path_generation_test.rb') diff --git a/railties/test/path_generation_test.rb b/railties/test/path_generation_test.rb index 13bf29d3c3..e3dfcdfb7d 100644 --- a/railties/test/path_generation_test.rb +++ b/railties/test/path_generation_test.rb @@ -1,4 +1,3 @@ -# encoding: utf-8 require 'abstract_unit' require 'active_support/core_ext/object/with_options' require 'active_support/core_ext/object/json' -- cgit v1.2.3