mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
7 lines
167 B
Ruby
7 lines
167 B
Ruby
ENV['RACK_ENV'] = "production"
|
|
|
|
require 'rubygems'
|
|
require 'bundler/setup'
|
|
require File.expand_path('lib/capybara/spec/test_app', File.dirname(__FILE__))
|
|
|
|
run TestApp
|