Sha256: 1f3ea7b7407cb6cee3b55af0fb464b4fa2b8706c7d26020fd6de4bfed0b49418

Contents?: true

Size: 933 Bytes

Versions: 1

Compression:

Stored size: 933 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 a table with the headers "Name, Scenarios"
     Then I should see a table where a row contains the cells "User eats a Rabbit, 2"

     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.2 features/show_feature.feature