Sha256: d3a8ee7f0763d0a74bd7463c644c402283daf7673081c7f0e2b6bca6dc009c2b

Contents?: true

Size: 513 Bytes

Versions: 1

Compression:

Stored size: 513 Bytes

Contents

Feature: Generate PDF scenario cards

  So that I can keep our task board up to date easily
  As a developer
  I want to generate index cards from our Cucumber feature files

  Scenario: Generate card for the feature
  
    Given a feature file with no scenarios
    When I generate cards
    Then I should get a PDF with one feature card  
    
  Scenario: Generate scenario cards
    
    Given a feature file with one scenario
    When I generate cards
    Then I should get a PDF with one scenario card
    

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
features2cards-0.4.0 examples/self_test/features/features2cards.feature