2009-12-19 06:12:09 -05:00
|
|
|
## This is not needed for Thin > 1.0.0
|
|
|
|
ENV['RACK_ENV'] = "production"
|
|
|
|
|
2010-04-09 11:09:42 -04:00
|
|
|
require File.expand_path('lib/capybara/spec/test_app', File.dirname(__FILE__))
|
2009-12-19 06:12:09 -05:00
|
|
|
|
2010-04-09 11:09:42 -04:00
|
|
|
run TestApp
|