From 44cf233a8d57e1f7b8e3403665062ffbc87f4ece Mon Sep 17 00:00:00 2001 From: Jonas Nicklas Date: Sat, 19 Dec 2009 12:12:09 +0100 Subject: [PATCH] Added rackup file for test app --- config.ru | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config.ru diff --git a/config.ru b/config.ru new file mode 100644 index 00000000..f76190e8 --- /dev/null +++ b/config.ru @@ -0,0 +1,6 @@ +## This is not needed for Thin > 1.0.0 +ENV['RACK_ENV'] = "production" + +require File.expand_path('spec/test_app', File.dirname(__FILE__)) + +run TestApp \ No newline at end of file