Sha256: 80acb033fcea9e1698135bea5fe8e2eae54551cb92d89a41190b702c64961c3b
Contents?: true
Size: 362 Bytes
Versions: 15
Compression:
Stored size: 362 Bytes
Contents
Given /^a feature file named "([^"]*)" with the contents:$/ do |filename, contents| @contents = contents create_feature_file(filename, @contents) end Then /^I should see a link to "([^"]*)" with the url "([^"]*)"$/ do |text, url| page.should have_link text, :href => url end Then /^I should see "([^"]*)"$/ do |text| page.should have_content(text) end
Version data entries
15 entries across 15 versions & 1 rubygems