Sha256: f6b405b04d909055942b2bd843743f9e0745ecb3bcbb136265bf8e58378df901

Contents?: true

Size: 741 Bytes

Versions: 3

Compression:

Stored size: 741 Bytes

Contents

Feature: Howitzer CLI Help

  Scenario Outline: Run with help global option
    When I run `howitzer <option>`
    Then the output should be 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
        update - Upgrade existing project

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
howitzer-2.2.0 features/cli_help.feature
howitzer-2.1.1 features/cli_help.feature
howitzer-2.1.0 features/cli_help.feature