From 7c86c62284631d007b2123f96bb490876c06b201 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Tue, 22 Aug 2017 02:51:59 +0900 Subject: Remove frozen_string_literal magic comment from templates --- railties/test/generators/actions_test.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'railties/test/generators') diff --git a/railties/test/generators/actions_test.rb b/railties/test/generators/actions_test.rb index e2e5aec805..e2ff3c279c 100644 --- a/railties/test/generators/actions_test.rb +++ b/railties/test/generators/actions_test.rb @@ -383,7 +383,6 @@ class ActionsTest < Rails::Generators::TestCase File.open(route_path, "wb") { |file| file.write(content) } routes = <<-F -# frozen_string_literal: true Rails.application.routes.draw do root 'welcome#index' end @@ -394,7 +393,6 @@ F action :route, "resources :product_lines" routes = <<-F -# frozen_string_literal: true Rails.application.routes.draw do resources :product_lines root 'welcome#index' -- cgit v1.2.3