Created
September 20, 2011 16:28
-
-
Save alassiter/1229579 to your computer and use it in GitHub Desktop.
Webrat support for Cucumber
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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