about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-06-09 21:08:38 +0000
committerEric Wong <normalperson@yhbt.net>2011-06-09 21:08:38 +0000
commit5bd92111979d968fc9b982f1e529b8044e718f71 (patch)
tree4a048c22ccd6ebdd3e6f67b841fcc8631d85aac0 /t
parent879968a88559c434b4f117e86e61ccdb62263b26 (diff)
downloadrainbows-5bd92111979d968fc9b982f1e529b8044e718f71.tar.gz
We send HEAD requests and expect body-less responses.
Noticed while running a newer rack version after re-isolating.
Diffstat (limited to 't')
-rw-r--r--t/t9002.ru1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t9002.ru b/t/t9002.ru
index 7f55824..be044b0 100644
--- a/t/t9002.ru
+++ b/t/t9002.ru
@@ -1,4 +1,5 @@
 require 'rainbows/server_token'
 require 'rack/lobster'
+use Rack::Head
 use Rainbows::ServerToken
 run Rack::Lobster.new