Sha256: 5c9eefbeb1710ccd345208e195f67e22865f3c76fce99a6be30da8eb7e051918

Contents?: true

Size: 489 Bytes

Versions: 7

Compression:

Stored size: 489 Bytes

Contents

When /^click on a scenario header link$/ do
  page.click_link "Sample Aidy"
end

Then /^a page appears with the scenario content$/ do
  page.body.should have_content "Sample Aidy"
  page.body.should have_content "Given my name is \"Aidy\""
  page.body.should have_content "When I drink alcohol"
  page.body.should have_content "Then I go nuts"
end

Then /^the background is visible$/ do
  page.body.should have_content "Background:"
  page.body.should have_content "Given some things"
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
wally-0.0.40 features/step_definitions/scenario_page_steps.rb
wally-0.0.39 features/step_definitions/scenario_page_steps.rb
wally-0.0.38 features/step_definitions/scenario_page_steps.rb
wally-0.0.37 features/step_definitions/scenario_page_steps.rb
wally-0.0.36 features/step_definitions/scenario_page_steps.rb
wally-0.0.35 features/step_definitions/scenario_page_steps.rb
wally-0.0.34 features/step_definitions/scenario_page_steps.rb