about summary refs log tree commit homepage
path: root/t/pid.ru
diff options
context:
space:
mode:
Diffstat (limited to 't/pid.ru')
-rw-r--r--t/pid.ru3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/pid.ru b/t/pid.ru
new file mode 100644
index 0000000..f5fd31f
--- /dev/null
+++ b/t/pid.ru
@@ -0,0 +1,3 @@
+use Rack::ContentLength
+use Rack::ContentType, "text/plain"
+run lambda { |env| [ 200, {}, [ "#$$\n" ] ] }