Sha256: 8cb7866b7b95580ea7cbb36941712990269a7e27a40e275593ee9d3ee38e31fc

Contents?: true

Size: 648 Bytes

Versions: 2

Compression:

Stored size: 648 Bytes

Contents

# ยต <- This character is UTF-8
# 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

2 entries across 2 versions & 1 rubygems

Version Path
cukedep-0.2.01 spec/cukedep/sample_features/standalone.feature
cukedep-0.2.00 spec/cukedep/sample_features/standalone.feature