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