aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/runner_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/controller/runner_test.rb')
-rw-r--r--actionpack/test/controller/runner_test.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/actionpack/test/controller/runner_test.rb b/actionpack/test/controller/runner_test.rb
index 3e9383abb2..a96c9c519b 100644
--- a/actionpack/test/controller/runner_test.rb
+++ b/actionpack/test/controller/runner_test.rb
@@ -1,5 +1,7 @@
-require 'abstract_unit'
-require 'action_dispatch/testing/integration'
+# frozen_string_literal: true
+
+require "abstract_unit"
+require "action_dispatch/testing/integration"
module ActionDispatch
class RunnerTest < ActiveSupport::TestCase