Sha256: 43e5544a68ddcc190eb0976e8c9beab95e9077f5ce7d5bc24676d2ae970d027f

Contents?: true

Size: 442 Bytes

Versions: 9

Compression:

Stored size: 442 Bytes

Contents

Feature: Howitzer CLI Unknown command

  Scenario: Run with --unknown global option
    When I run `howitzer --unknown`
    Then the output should contain:
    """
    error: Unknown option --unknown
    """
    And the exit status should be 64

  Scenario: Run with unknown command
    When I run `howitzer unknown`
    Then the output should contain:
    """
    error: Unknown command 'unknown'
    """
    And the exit status should be 64

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
howitzer-2.2.0 features/cli_unknown.feature
howitzer-2.1.1 features/cli_unknown.feature
howitzer-2.1.0 features/cli_unknown.feature
howitzer-2.0.3 features/cli_unknown.feature
howitzer-2.0.2 features/cli_unknown.feature
howitzer-2.0.1 features/cli_unknown.feature
howitzer-2.0.0 features/cli_unknown.feature
howitzer-1.1.1 features/cli_unknown.feature
howitzer-1.1.0 features/cli_unknown.feature