Sha256: 72b3cd531544842557173ed99a836a0033e6b26cc52afd0e067f24dc9aaef6d2

Contents?: true

Size: 459 Bytes

Versions: 18

Compression:

Stored size: 459 Bytes

Contents

# Notice how dependencies between feature files are specified
@other @feature:corge @depends_on:foo
Feature: Deleting videos
  As a video rental employee
  I want to remove old/damaged videos 
  So I keep the quality of videos in the shelves

  Scenario Outline: Renting videos to a member 
    When I remove the video "<title>"
    Then I should see the video "<title>" as unknown
    
  Examples:
  |title|
  |The world of Cucumber|
  |Cucumber vs. Gherkin|

Version data entries

18 entries across 18 versions & 1 rubygems

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