aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/test_unit/plugin/templates
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-09-17 09:29:30 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-09-17 09:29:30 +0900
commite0fa2ce9614d4bc28ddc484d5b4fe2f54b402e8a (patch)
treefeef7f4e34e61444c286938ed7f01de39300143e /railties/lib/rails/generators/test_unit/plugin/templates
parent536d3068b964d5848ebc47292c21c0fb0450c17b (diff)
downloadrails-e0fa2ce9614d4bc28ddc484d5b4fe2f54b402e8a.tar.gz
rails-e0fa2ce9614d4bc28ddc484d5b4fe2f54b402e8a.tar.bz2
rails-e0fa2ce9614d4bc28ddc484d5b4fe2f54b402e8a.zip
Remove frozen_string_literal magic comment from templates
Follow up of #30348
Diffstat (limited to 'railties/lib/rails/generators/test_unit/plugin/templates')
-rw-r--r--railties/lib/rails/generators/test_unit/plugin/templates/test_helper.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/railties/lib/rails/generators/test_unit/plugin/templates/test_helper.rb b/railties/lib/rails/generators/test_unit/plugin/templates/test_helper.rb
index 2147b09568..30a861f09d 100644
--- a/railties/lib/rails/generators/test_unit/plugin/templates/test_helper.rb
+++ b/railties/lib/rails/generators/test_unit/plugin/templates/test_helper.rb
@@ -1,4 +1,2 @@
-# frozen_string_literal: true
-
require 'active_support/testing/autorun'
require 'active_support'