Sha256: 104e2245e1b3ccbeb11b995c3843de6d9b2d768535249555bde16dffd86359a5

Contents?: true

Size: 580 Bytes

Versions: 4

Compression:

Stored size: 580 Bytes

Contents

Then /^I should see a link to my sample features$/ do
  page.should have_link "Kate Moss", :href => "/projects/project/features/kate-moss"
  page.should have_link "Katie Price", :href => "/projects/project/features/katie-price"
  page.should have_link "Jessica-Jane Clement", :href => "/projects/project/features/jessica-jane-clement"
  page.should have_link "Elle Macpherson", :href => "/projects/project/features/elle-macpherson"
end

Then /^the features are ordered alphabetically$/ do
  page.body.should =~ /Elle Macpherson.*Jessica-Jane Clement.*Kate Moss.*Katie Price/m
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
wally-0.0.40 features/step_definitions/project_home_steps.rb
wally-0.0.39 features/step_definitions/project_home_steps.rb
wally-0.0.38 features/step_definitions/project_home_steps.rb
wally-0.0.37 features/step_definitions/project_home_steps.rb