Sha256: 9692ee3f1cc01c4429cf4983ffa7a09943ae545cd2caaba6614d17ad7ae54bbd

Contents?: true

Size: 384 Bytes

Versions: 13

Compression:

Stored size: 384 Bytes

Contents

Feature: gcli errors notification

  Scenario: Unknown formatting option
    Given the GitHub API server:
    """
    get('/users/wycats/repos') { status 200 }
    """
    When I run `gcli repo ls -u wycats --format=unknown`
    Then the exit status should be 1
    And the output should contain:
    """
    Fatal error has occurred. Unrecognized formatting options: unknown
    """

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
github_cli-0.6.2 features/errors.feature
github_cli-0.6.1 features/errors.feature
github_cli-0.6.0 features/errors.feature
github_cli-0.5.9 features/errors.feature
github_cli-0.5.8 features/errors.feature
github_cli-0.5.7 features/errors.feature
github_cli-0.5.6 features/errors.feature
github_cli-0.5.5 features/errors.feature
github_cli-0.5.4 features/errors.feature
github_cli-0.5.3 features/errors.feature
github_cli-0.5.2 features/errors.feature
github_cli-0.5.1 features/errors.feature
github_cli-0.5.0 features/errors.feature