Sha256: 4ed4a7bc0f761e1eedff0523f262e0d3fe7aa48ad0d6bcaf9e29e14bab673c42

Contents?: true

Size: 398 Bytes

Versions: 12

Compression:

Stored size: 398 Bytes

Contents

Feature: Show available helpers

  As a presentator
  I want to show all available helpers which I can use in my presentation
  In order to have an overview

  Scenario: List available helpers
    Given I use presentation fixture "simple1" with title "My Presentation"
    When I successfully run `middleman-presentation list helpers`
    Then the output should contain:
    """
    | Name
    """

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
middleman-presentation-core-0.17.7 features/list_helpers-cli.feature
middleman-presentation-core-0.17.6 features/list_helpers-cli.feature
middleman-presentation-core-0.17.5 features/list_helpers-cli.feature
middleman-presentation-core-0.17.2 features/list_helpers-cli.feature
middleman-presentation-core-0.17.1 features/list_helpers-cli.feature
middleman-presentation-core-0.17.0 features/list_helpers-cli.feature
middleman-presentation-core-0.16.3 features/list_helpers-cli.feature
middleman-presentation-core-0.16.2 features/list_helpers-cli.feature
middleman-presentation-core-0.16.0 features/list_helpers-cli.feature
middleman-presentation-core-0.16.0.rc2 features/list_helpers-cli.feature
middleman-presentation-core-0.16.0.rc1 features/list_helpers-cli.feature
middleman-presentation-core-0.16.0.beta features/list_helpers-cli.feature