Sha256: f45484cabea3d035e08ef9404ec638a74d94613b086dc227873de5302d9f6f07

Contents?: true

Size: 825 Bytes

Versions: 1

Compression:

Stored size: 825 Bytes

Contents

Feature: List features
  In order to communicate the function of the application to the customer
  As a developer using cucumber
  I want to publish a feature

  Scenario: list features in the fixture application
    Given I enter the address of the feature page

     Then I should see "User eats a Rabbit"

     When I follow "User eats a Rabbit"

     Then I should see the header "Feature: User eats a Rabbit"

      And I should see "In order to get that delicious feeling"
      And I should see "As a user"
      And I should see "I want to eat some Rabbits"
      And I should see "Scenario: eat a really cute rabbit"
      And I should see "Given there is a rabbit"
      And I should see "And the rabbit is really cute"
      And I should see "When I eat the rabbit"
      And I should see "Then I should feel good"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jnicklas-courgette-0.0.3 features/show_feature.feature