mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Added rackup file for test app
This commit is contained in:
parent
9aec17cbaf
commit
44cf233a8d
1 changed files with 6 additions and 0 deletions
6
config.ru
Normal file
6
config.ru
Normal file
|
@ -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
|
Loading…
Reference in a new issue