1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

changed config.ru to point to new testapp location

This commit is contained in:
Jonas Nicklas 2010-04-09 17:09:42 +02:00
parent 975b18c140
commit 04f87b2672

View file

@ -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