Sha256: 39ef5877d331e8e2c4a0599dea8bb72d48d8a85aff23dd2addca0d5bef2e7f8c

Contents?: true

Size: 746 Bytes

Versions: 6

Compression:

Stored size: 746 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
        update - Upgrade existing project

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
howitzer-2.0.3 features/cli_help.feature
howitzer-2.0.2 features/cli_help.feature
howitzer-2.0.1 features/cli_help.feature
howitzer-2.0.0 features/cli_help.feature
howitzer-1.1.1 features/cli_help.feature
howitzer-1.1.0 features/cli_help.feature