Sha256: 87907309c00a0ab03c88a9fcb0e469964e443003ee924beedf4709517fa90cc6

Contents?: true

Size: 665 Bytes

Versions: 8

Compression:

Stored size: 665 Bytes

Contents

# File: demo07.feature

Feature: Save all encountered macro-step definitions in a single file
  As a prolific macro-step writer
  So that I have an list of all macro-steps in a single place.


  Scenario: Listing all encountered macro-steps definitions
  
    # This step is bundled with Macro4Cuke as a convenience.
    # The file "all_macros.feature" is created and saved when Cucumber completes.
    # You should find the file in the folder where macros4cuke resides.
    # If you use this step in your own Cucumber project, 
    # then the file will be placed in the project's root folder.
    When I want to list all the macros in the file "all_macros.feature"

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
macros4cuke-0.4.07 features/demo07.feature
macros4cuke-0.4.06 features/demo07.feature
macros4cuke-0.4.05 features/demo07.feature
macros4cuke-0.4.04 features/demo07.feature
macros4cuke-0.4.03 features/demo07.feature
macros4cuke-0.4.02 features/demo07.feature
macros4cuke-0.4.01 features/demo07.feature
macros4cuke-0.4.00 features/demo07.feature