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

Version Path
wally-0.0.40 features/step_definitions/projects_steps.rb
wally-0.0.39 features/step_definitions/projects_steps.rb
wally-0.0.38 features/step_definitions/projects_steps.rb
wally-0.0.37 features/step_definitions/projects_steps.rb
wally-0.0.36 features/step_definitions/projects_steps.rb
wally-0.0.35 features/step_definitions/projects_steps.rb
wally-0.0.34 features/step_definitions/projects_steps.rb