You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # See http://wiki.github.com/cucumber/cucumber/sinatra
- # for more details about Sinatra with Cucumber
-
- require "#{File.dirname(__FILE__)}/../../app"
-
- require 'rack/test'
- require 'capybara/cucumber'
-
- Capybara.app = Sinatra::Application
|