Sha256: c2b3214857eb3352730b1b8798e149b92f80a296e94f4ae03f1d134392e29983

Contents?: true

Size: 275 Bytes

Versions: 8

Compression:

Stored size: 275 Bytes

Contents

Feature: HTTP interations

  @steps
  Scenario: File exists
    Given I am HTTP digest authenticated with the following credentials:
     | username | password |
     | foo      | bar      |
    When I go to "http://www.google.com.au/"
    Then I should see "Feeling Lucky"

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cucumber-nagios-0.9.2 features/http_steps.feature
cucumber-nagios-0.9.0 features/http_steps.feature
cucumber-nagios-0.8.11 features/http_steps.feature
cucumber-nagios-0.8.10 features/http_steps.feature
cucumber-nagios-0.8.9 features/http_steps.feature
cucumber-nagios-0.8.8 features/http_steps.feature
cucumber-nagios-0.8.7 features/http_steps.feature
cucumber-nagios-0.8.6 features/http_steps.feature