Sha256: e93401fd02c9aa558c00d2f08c3e2626b45a69886aa20b352bedf19b5fef254c

Contents?: true

Size: 566 Bytes

Versions: 14

Compression:

Stored size: 566 Bytes

Contents

Feature: Hem help
  Scenario: --help should show help
    When I run `hem --help`
    Then the output should contain "Usage:"
    And the output should contain "Global options:"
    And the output should contain "Commands:"

  Scenario: --h should show help
    When I run `hem --help`
    Then the output should contain "Usage:"
    And the output should contain "Global options:"
    And the output should contain "Commands:"

  Scenario: --ansi should show invertable help
    When I run `hem --help`
    Then the output should contain "(Disable with --no-ansi)"

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
hem-1.2.4 features/hem/help.feature
hem-1.2.3 features/hem/help.feature
hem-1.2.2 features/hem/help.feature
hem-1.2.1 features/hem/help.feature
hem-1.2.0 features/hem/help.feature
hem-1.1.2 features/hem/help.feature
hem-1.1.1 features/hem/help.feature
hem-1.1.0 features/hem/help.feature
hem-1.0.1.beta6 features/hem/help.feature
hem-1.0.1.beta5 features/hem/help.feature
hem-1.0.1.beta4 features/hem/help.feature
hem-1.0.1.beta3 features/hem/help.feature
hem-1.0.1.beta2 features/hem/help.feature
hem-1.0.1.beta1 features/hem/help.feature