aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/streaming_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/controller/streaming_test.rb')
-rw-r--r--actionpack/test/controller/streaming_test.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/test/controller/streaming_test.rb b/actionpack/test/controller/streaming_test.rb
index 6ee6444065..d685467cad 100644
--- a/actionpack/test/controller/streaming_test.rb
+++ b/actionpack/test/controller/streaming_test.rb
@@ -1,10 +1,10 @@
-require 'abstract_unit'
+require "abstract_unit"
module ActionController
class StreamingResponseTest < ActionController::TestCase
class TestController < ActionController::Base
def self.controller_path
- 'test'
+ "test"
end
def basic_stream