Sha256: 016f9a7c4e04dd9e7a0e906dc0d035c37049c34e8cab9a444fff6fff558263b1
Contents?: true
Size: 624 Bytes
Versions: 7
Compression:
Stored size: 624 Bytes
Contents
Then /^I should 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 should 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
7 entries across 7 versions & 1 rubygems