Sha256: 6376095df6382ed0f6e83ee6c3a897a0eaa77ec9b8bb13bad4edc1334d3e994d

Contents?: true

Size: 736 Bytes

Versions: 18

Compression:

Stored size: 736 Bytes

Contents

# Notice how we specify the identifier of this feature file (baz)
@still_other @feature:baz
Feature: Registering new videos
  As a video rental owner
  I want to add more videos to my catalogue
  So I can offer newer videos for rental
  
  Scenario: Start with an empty catalogue
    Given the catalogue is empty
    Then I should see the video "The world of Cucumber" as unknown
  

  Scenario Outline: Adding videos to the catalogue
    Given I add the video "<title>" to the catalogue
    Then I should see the video "<title>" as available
  
  Examples:
  |title|
  | The world of Cucumber |
  | The empire of Cucumber |
  | The revenge of the Cucumber |
  | The peeled Cucumber |
  | The masked Cucumber|
  | Cucumber vs. Gherkin|

Version data entries

18 entries across 18 versions & 1 rubygems

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