Sha256: 28ada0a72d289d80facb0eddc09d06ec02ea230562bcab52c5d30aa4f9d3a70f

Contents?: true

Size: 616 Bytes

Versions: 6

Compression:

Stored size: 616 Bytes

Contents

# This feature has no identifier and no explicit dependencies
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
  
  Background:
    Given the catalogue is empty
    
  Scenario: Start with an empty catalogue
    Then I should see the video "Othello" as unknown
    
    # Let's do something
    When I add the video "Othello" to the catalogue
    Then I should see the video "Othello" as available
    
    # Undo what we just did
    When I remove the video "Othello"
    Then I should see the video "Othello" as unknown

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
cukedep-0.0.7 spec/cukedep/sample_features/standalone.feature
cukedep-0.0.6 spec/cukedep/sample_features/standalone.feature
cukedep-0.0.5 spec/cukedep/sample_features/standalone.feature
cukedep-0.0.4 spec/cukedep/sample_features/standalone.feature
cukedep-0.0.3 spec/cukedep/sample_features/standalone.feature
cukedep-0.0.1 spec/cukedep/sample_features/standalone.feature