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