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