From 15fe80b3bff7b0d249ee32bcbbe1dfa116d3c629 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 24 Oct 2009 20:41:15 -0700 Subject: tests: remove symlinks and small files, use Make This will make it easier to enable and manage tests for new concurrency models. --- t/simple-http_Base.ru | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 t/simple-http_Base.ru (limited to 't/simple-http_Base.ru') diff --git a/t/simple-http_Base.ru b/t/simple-http_Base.ru new file mode 100644 index 0000000..c2355da --- /dev/null +++ b/t/simple-http_Base.ru @@ -0,0 +1,3 @@ +use Rack::ContentLength +use Rack::ContentType +run lambda { |env| [ 200, {}, [ env.inspect << "\n" ] ] } -- cgit v1.2.3-24-ge0c7