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:
parent
975b18c140
commit
04f87b2672
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
run TestApp
|
||||
|
|
Loading…
Reference in a new issue