Sha256: 2e6b71a507b1d3bc778451848a148cb6bc9d785d75a55f7bdd1d01adbca3e2fb
Contents?: true
Size: 430 Bytes
Versions: 3
Compression:
Stored size: 430 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:"
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
hobo-inviqa-0.0.4 | features/hobo/help.feature |
hobo-inviqa-0.0.3 | features/hobo/help.feature |
hobo-inviqa-0.0.2 | features/hobo/help.feature |