Sha256: 3eec3d512a935810615a46fb85c0df81d47b03adabafb53f074df569019c4219

Contents?: true

Size: 569 Bytes

Versions: 23

Compression:

Stored size: 569 Bytes

Contents

Feature: Hobo help
  Scenario: --help should show help
    When I run `hobo --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 `hobo --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 `hobo --help`
    Then the output should contain "(Disable with --no-ansi)"

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
hobo-inviqa-0.0.15 features/hobo/help.feature
hobo-inviqa-0.0.14 features/hobo/help.feature
hobo-inviqa-0.0.13 features/hobo/help.feature
hobo-inviqa-0.0.11 features/hobo/help.feature
hobo-inviqa-0.0.10 features/hobo/help.feature
hobo-inviqa-0.0.10.pre.rc11 features/hobo/help.feature
hobo-inviqa-0.0.10.pre.rc10 features/hobo/help.feature
hobo-inviqa-0.0.10.pre.rc9 features/hobo/help.feature
hobo-inviqa-0.0.10.pre.rc8 features/hobo/help.feature
hobo-inviqa-0.0.10.pre.rc7 features/hobo/help.feature
hobo-inviqa-0.0.10.pre.rc6 features/hobo/help.feature
hobo-inviqa-0.0.10.pre.rc4 features/hobo/help.feature
hobo-inviqa-0.0.10.pre.rc2 features/hobo/help.feature
hobo-inviqa-0.0.9 features/hobo/help.feature
hobo-inviqa-0.0.9.pre.rc2 features/hobo/help.feature
hobo-inviqa-0.0.9.pre.rc1 features/hobo/help.feature
hobo-inviqa-0.0.9.pre.alpha features/hobo/help.feature
hobo-inviqa-0.0.8 features/hobo/help.feature
hobo-inviqa-0.0.7.pre.rc3 features/hobo/help.feature
hobo-inviqa-0.0.7.pre.rc2 features/hobo/help.feature