Sha256: 68e4ed511691651f756f40f1b3a65d8d60438f2892ddbb31ee659a2090c9ac7b

Contents?: true

Size: 573 Bytes

Versions: 9

Compression:

Stored size: 573 Bytes

Contents

Then /^I 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

9 entries across 9 versions & 2 rubygems

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