From c50132e156da457186929e5c36d9e16f636f48df Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 17 Oct 2009 22:42:56 -0700 Subject: tests: factor out a common parser error "library" --- t/env.ru | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 t/env.ru (limited to 't/env.ru') diff --git a/t/env.ru b/t/env.ru new file mode 100644 index 0000000..c2355da --- /dev/null +++ b/t/env.ru @@ -0,0 +1,3 @@ +use Rack::ContentLength +use Rack::ContentType +run lambda { |env| [ 200, {}, [ env.inspect << "\n" ] ] } -- cgit v1.2.3-24-ge0c7