Sha256: 474aebf779fd9f22f5b6a25e542ab02dfbc369a410e8f26c616c93d06fefdfa4
Contents?: true
Size: 354 Bytes
Versions: 7
Compression:
Stored size: 354 Bytes
Contents
Given /^a feature file on the project "([^"]*)" with the contents:$/ do |project, contents| create_feature(project, "feature1.feature", contents) end Given /^I visit the project page for "([^"]*)"$/ do |project| visit "/projects/#{project}" end Then /^I should see a link to the feature "([^"]*)"$/ do |feature| page.should have_link feature end
Version data entries
7 entries across 7 versions & 1 rubygems