Sha256: 693cfa4a84806bcca7160727adf25113f810a34ef543c9ff68b121d2eb6fb10c
Contents?: true
Size: 246 Bytes
Versions: 8
Compression:
Stored size: 246 Bytes
Contents
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
8 entries across 8 versions & 1 rubygems