Created
September 15, 2009 14:10
-
-
Save mrkurt/187314 to your computer and use it in GitHub Desktop.
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
# 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