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