Skip to content

Instantly share code, notes, and snippets.

@robholland
Created February 18, 2009 17:23
Show Gist options
  • Save robholland/66425 to your computer and use it in GitHub Desktop.
Save robholland/66425 to your computer and use it in GitHub Desktop.
# RSpec
require 'spec/expectations'
# Webrat
require 'webrat'
Webrat.configure do |config|
config.mode = :sinatra
end
World do
include Webrat::Matchers
include Webrat::HaveTagMatcher
Webrat::SinatraSession.new
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment