Sha256: ce88887ba0f18a4675ee3ec42cae187fd8aa9fd81bde29e5f3dbe6bffe37115d
Contents?: true
Size: 804 Bytes
Versions: 9
Compression:
Stored size: 804 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 see a link to my sample features And the features are ordered alphabetically
Version data entries
9 entries across 9 versions & 2 rubygems