about summary refs log tree commit homepage
path: root/test/test_response.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_response.rb')
-rw-r--r--test/test_response.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_response.rb b/test/test_response.rb
index d97fea8..a76c7c2 100644
--- a/test/test_response.rb
+++ b/test/test_response.rb
@@ -496,6 +496,7 @@ class TestSession < Test::Unit::TestCase
     @s.close
     @response = Kcar::Response.new(@c, [])
     status, headers, body = @response.rack
+    assert_kind_of Array, headers
     assert_equal status, "200 OK"
     tmp = []
     assert ! body.parser.keepalive?