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