Sha256: f1d41c87ecfa16b438fe084579689efe71cec8f070bbe25122ea0c93d7c1b7e0
Contents?: true
Size: 263 Bytes
Versions: 23
Compression:
Stored size: 263 Bytes
Contents
require 'bddfire' Given(/^I am on the home page$/) do visit "http://www.google.com" end When /^I fill in "([^"]*)" with "([^"]*)"$/ do |element, text| fill_in element, with: text end Then(/^I should see "(.*?)"$/) do |text| page.should have_content text end
Version data entries
23 entries across 23 versions & 1 rubygems