about summary refs log tree commit homepage
path: root/test/test_clogger.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_clogger.rb')
-rw-r--r--test/test_clogger.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_clogger.rb b/test/test_clogger.rb
index 9bff918..b47c112 100644
--- a/test/test_clogger.rb
+++ b/test/test_clogger.rb
@@ -847,7 +847,7 @@ class TestClogger < Test::Unit::TestCase
     @req["rack.multiprocess"] = true
     @req["rack.run_once"] = false
     app = Rack::ContentLength.new(Rack::ContentType.new(Rack::Lobster.new))
-    cl = Clogger.new(app, format: :Combined)
+    cl = Clogger.new(app, :format => :Combined)
     @req["rack.errors"] = err = StringIO.new
     status, headers, body = r = Rack::Lint.new(cl).call(@req)
     body.each { |x| assert_kind_of String, x.to_str }