Sha256: 8186d48a40a14c51dd21a515ff5ff22634bca8341f8d4caa4b9b606780ff52ba
Contents?: true
Size: 237 Bytes
Versions: 8
Compression:
Stored size: 237 Bytes
Contents
Given /^I go to the test pages$/ do steps %Q{ Given I am viewing "/" Then I should see "Click here to go to the test pages" Then I click "here" } end Then /^I quit$/ do steps %Q{ Given I am viewing "/quit" } end
Version data entries
8 entries across 8 versions & 1 rubygems