Sha256: de4cba63f96025e51488d36d4b9a389feea30bcb8a3da54a66f190dfe345c064

Contents?: true

Size: 266 Bytes

Versions: 4

Compression:

Stored size: 266 Bytes

Contents

Feature: HTTP interations

  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

4 entries across 4 versions & 1 rubygems

Version Path
cucumber-nagios-0.8.5 features/http_steps.feature
cucumber-nagios-0.8.4 features/http_steps.feature
cucumber-nagios-0.8.3 features/http_steps.feature
cucumber-nagios-0.8.2 features/http_steps.feature