Sha256: a53b9ad5c777dbfa9f5ca5eb9c6b77bf6d6189e10d6a11bd99bd7e5b06202ac8

Contents?: true

Size: 610 Bytes

Versions: 9

Compression:

Stored size: 610 Bytes

Contents

Then /^I see the feature free\-form narrative$/ do
  page.should have_content "In order to get some value"
  page.should have_content "As a person"
  page.should have_content "I want to create value"
end

Then /^I see Scenario headers as links$/ do
  page.body.should have_content "Scenarios"
  page.should have_link "Sample Aidy", :href => "/projects/project/features/sample-feature/scenario/sample-aidy"
  page.should have_link "Sample Andrew", :href => "/projects/project/features/sample-feature/scenario/sample-andrew"
end

Then /^the scenario links are sorted$/ do
  page.body.should =~ /C.*I.*N.*V/m
end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
nuker-2.0.0 features/step_definitions/feature_page_steps.rb
nuker-1.0.0 features/step_definitions/feature_page_steps.rb
wally-0.0.47 features/step_definitions/feature_page_steps.rb
wally-0.0.46 features/step_definitions/feature_page_steps.rb
wally-0.0.45 features/step_definitions/feature_page_steps.rb
wally-0.0.44 features/step_definitions/feature_page_steps.rb
wally-0.0.43 features/step_definitions/feature_page_steps.rb
wally-0.0.42 features/step_definitions/feature_page_steps.rb
wally-0.0.41 features/step_definitions/feature_page_steps.rb