Sha256: ca5511970a50d909eda4de5f6f5b2a857f463e701c9773f8b79af05bb28055a5
Contents?: true
Size: 286 Bytes
Versions: 7
Compression:
Stored size: 286 Bytes
Contents
When /^I visit "([^"]+)"$/ do |page| visit(page) end Then /^I should be on "([^"]+)"$/ do |page| current_url.should == page end Then /^Firebug should be active$/ do evaluate_script('!!(window.console && (window.console.firebug || window.console.exception))').should be_true end
Version data entries
7 entries across 7 versions & 1 rubygems