Sha256: 9785896446b74bd037f27265006237b12ae956121fd4b6faa384fec38ea57883
Contents?: true
Size: 603 Bytes
Versions: 18
Compression:
Stored size: 603 Bytes
Contents
# Notice how we specify the identifier of this feature file (quux) @more @feature:quux Feature: Subscribing member As a video rental owner I want to register future customers So I can rent videos to authorized people Scenario: Start with an empty membership Given there is no member yet Then I should see member "John Doe" as unknown Scenario Outline: Adding videos to the catalogue Given I subscribe "<name>" Then I should see member "<name>" as registered Examples: |name| |John Doe| |Jed Eye| |Bill Bo| |Jack Orjones| |Mary Gherkin| |Waldo Cuke|
Version data entries
18 entries across 18 versions & 1 rubygems