Skip to content

Instantly share code, notes, and snippets.

@alassiter
Created September 20, 2011 16:28
Show Gist options
  • Save alassiter/1229579 to your computer and use it in GitHub Desktop.
Save alassiter/1229579 to your computer and use it in GitHub Desktop.
Webrat support for Cucumber
require 'webrat'
require 'webrat/core/matchers'
Webrat.configure do |config|
config.mode = :rack
config.open_error_files = false # Set to true if you want error pages to pop up in the browser
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment