teamcapybara--capybara/config.ru

6 lines
149 B
Plaintext
Raw Normal View History

2009-12-19 11:12:09 +00:00
## 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