aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/test_unit/plugin/templates/test_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/lib/rails/generators/test_unit/plugin/templates/test_helper.rb')
-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'