mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
6 lines
163 B
Ruby
6 lines
163 B
Ruby
## This is not needed for Thin > 1.0.0
|
|
ENV['RACK_ENV'] = "production"
|
|
|
|
require File.expand_path('lib/capybara/spec/test_app', File.dirname(__FILE__))
|
|
|
|
run TestApp
|