Sha256: e2968d0ed0b8c4b6a042fbfb3035e66811d32bf8230a7bddd6953e5ea3ef22c8

Contents?: true

Size: 617 Bytes

Versions: 4

Compression:

Stored size: 617 Bytes

Contents

Feature: Access

  Scenario: / (Success)
    When I am on the "/"
    Then I should see "Hello World"

  Scenario: / (Failed...)
    When I am on the "/"
    Then I should see "Hoge World"

  Scenario: /form (Success)
    When I am on the "/form"
     And type "Gongo" to "name"
     And click "Go!"
    Then I should see "Gongo"

  Scenario: /form (Failed...)
    When I am on the "/form"
     And type "Gongo" to "name"
     And click "Go!"
    Then I should see "Gengo"

  Scenario: /form (Failed...)
    When I am on the "/form"
     And type "Gongo" to "name"
     And click "Push"
    Then I should see "Gongo"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gnawrnip-0.0.4 example/spec/features/hello.feature
gnawrnip-0.0.3 example/spec/features/hello.feature
gnawrnip-0.0.2 example/spec/features/hello.feature
gnawrnip-0.0.1 example/spec/features/hello.feature