Sha256: 4366ebe3997dc5af554a6d9a05f91ef4d1b08a45bf54b07d15b2ad8ebbcc1e47

Contents?: true

Size: 544 Bytes

Versions: 18

Compression:

Stored size: 544 Bytes

Contents

# Notice how dependencies between feature files are specified
@yet_other @feature:bar @depends_on:baz @depends_on:qux @depends_on:quux
Feature: Renting videos
  As a video rental employee
  I want to register rentals made by a member 
  So I can run my business

  Scenario Outline: Renting videos to a member 
    When I enter the credentials "it's me"
    When I register the rental of "<title>" for "John Doe"
    Then I should see the rental confirmed
    
  Examples:
  |title|
  |The world of Cucumber|
  |The masked Cucumber|
    
    

Version data entries

18 entries across 18 versions & 1 rubygems

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