Sha256: 08ce33ea5d25e5d7a3935c579159a80a9e3c11555fd9e9486101bd9e6256f72d

Contents?: true

Size: 811 Bytes

Versions: 7

Compression:

Stored size: 811 Bytes

Contents

Feature: Project Home Page
  In order to simply view a project's complete story set
  As a stakeholder
  I want a home page that displays all features

  Scenario: Links to features in alphabetical order
    Given a feature file named "kate_moss.feature" with the contents:
    """
    Feature: Kate Moss
    """
    Given a feature file named "katie_price.feature" with the contents:
    """
    Feature: Katie Price
    """
    Given a feature file named "jessica_jane_clement.feature" with the contents:
    """
    Feature: Jessica-Jane Clement
    """
    Given a feature file named "elle_macpherson.feature" with the contents:
    """
    Feature: Elle Macpherson
    """
    When I visit the project page
    Then I should see a link to my sample features
    And the features are ordered alphabetically

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
wally-0.0.40 features/project_home.feature
wally-0.0.39 features/project_home.feature
wally-0.0.38 features/project_home.feature
wally-0.0.37 features/project_home.feature
wally-0.0.36 features/project_home.feature
wally-0.0.35 features/project_home.feature
wally-0.0.34 features/project_home.feature