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

Version Path
cukedep-0.2.01 spec/cukedep/sample_features/more_tests.feature
cukedep-0.2.00 spec/cukedep/sample_features/more_tests.feature
cukedep-0.1.11 spec/cukedep/sample_features/more_tests.feature
cukedep-0.1.10 spec/cukedep/sample_features/more_tests.feature
cukedep-0.1.09 spec/cukedep/sample_features/more_tests.feature
cukedep-0.1.08 spec/cukedep/sample_features/more_tests.feature
cukedep-0.1.07 spec/cukedep/sample_features/more_tests.feature
cukedep-0.1.06 spec/cukedep/sample_features/more_tests.feature
cukedep-0.1.05 spec/cukedep/sample_features/more_tests.feature
cukedep-0.1.04 spec/cukedep/sample_features/more_tests.feature
cukedep-0.1.03 spec/cukedep/sample_features/more_tests.feature
cukedep-0.0.8 spec/cukedep/sample_features/more_tests.feature
cukedep-0.0.7 spec/cukedep/sample_features/more_tests.feature
cukedep-0.0.6 spec/cukedep/sample_features/more_tests.feature
cukedep-0.0.5 spec/cukedep/sample_features/more_tests.feature
cukedep-0.0.4 spec/cukedep/sample_features/more_tests.feature
cukedep-0.0.3 spec/cukedep/sample_features/more_tests.feature
cukedep-0.0.1 spec/cukedep/sample_features/more_tests.feature