Sha256: 81630e91a721eee69b4c5b89274cc6ded9703aefe61c2a82d76fc4a3c4491605

Contents?: true

Size: 358 Bytes

Versions: 1

Compression:

Stored size: 358 Bytes

Contents

Given /^I go to the test pages$/ do
  steps %Q{
    Given I am viewing "/"
    Then I should see "Click here to access the test pages."
    When I click "here"
    Then I should see "Click one of the test pages on the left."
  }
end

Then /^I quit$/ do
  steps %Q{
    When I click "Quit"
    Then I should see "Click here to access the test pages."
  }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
_rubyapp-0.0.3 features/step_definitions/default_macros.rb