Skip to content

Instantly share code, notes, and snippets.

@mrkurt
Created September 15, 2009 14:10
Show Gist options
  • Save mrkurt/187314 to your computer and use it in GitHub Desktop.
Save mrkurt/187314 to your computer and use it in GitHub Desktop.
# Comment out the next line if you don't want Cucumber Unicode support
require 'cucumber/formatter/unicode'
require 'webrat'
require 'cucumber/webrat/element_locator' # Lets you do table.diff!(element_at('#my_table_or_dl_or_ul_or_ol').to_table)
Webrat.configure do |config|
config.mode = :mechanize
end
require 'webrat/core/matchers'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment