From 04f87b26723ca9b8424fb35f8e55f832510f8821 Mon Sep 17 00:00:00 2001 From: Jonas Nicklas Date: Fri, 9 Apr 2010 17:09:42 +0200 Subject: [PATCH] changed config.ru to point to new testapp location --- config.ru | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.ru b/config.ru index f76190e8..68ab7480 100644 --- a/config.ru +++ b/config.ru @@ -1,6 +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__)) +require File.expand_path('lib/capybara/spec/test_app', File.dirname(__FILE__)) -run TestApp \ No newline at end of file +run TestApp