You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 16, 2018. It is now read-only.
(For the time being you must use aslakhellesoy’s clones of sinatra and webrat – hopefully my small changes will be incorporated into the official Git repositories).
Just make sure you have a features/support/env.rb file with the following:
# Sinatra - my views are not in the cucumber bin dir!
$0 = File.dirname(__FILE__) + '/../../your_sinatra_app.rb'
require 'spec'
require 'webrat/sinatra/sinatra_session'
require 'sinatra/test/common'
require File.dirname(__FILE__) + '/../../your_sinatra_app'
World do
Webrat::SinatraSession.new
end