Sha256: db6edf8103115f78721da1bf6eade9e1bfbf5ba90a8305eeea0ec98e16ded726

Contents?: true

Size: 700 Bytes

Versions: 1

Compression:

Stored size: 700 Bytes

Contents

Feature: Howitzer CLI Help

  Scenario Outline: Run with help global option
    When I run `howitzer <option>`
    Then the output should contain exactly:
    """
    NAME
        howitzer - Ruby based framework for acceptance testing

    SYNOPSIS
        howitzer [global options] command [command options] [arguments...]

    VERSION
        <HOWITZER_VERSION>

    GLOBAL OPTIONS
        --help    - Show this message
        --version - Display the program version

    COMMANDS
        help - Shows a list of commands or help for one command
        new  - Generate new project

    """
    And the exit status should be 0
  Examples:
    | option |
    |        |
    | --help |
    | -h     |

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
howitzer-1.0.2 features/cli_help.feature