Sha256: c69ae49c7a4d49e61561096ed258b887c4afa5cd2d1ef3d6e460f0398b28c986
Contents?: true
Size: 557 Bytes
Versions: 14
Compression:
Stored size: 557 Bytes
Contents
Feature: Subcommands Scenario: Subcommand with --help should show command help When I run `hem test non-interactive --help` Then the output should contain "hem test non-interactive [options]" Scenario: Namespace should show subcommands When I run `hem test` Then the output should contain "non-interactive" And the output should contain "Does non-interactive things" Scenario: Subcommand should execute When I run `hem test non-interactive` interactively And I type "Testing" Then the output should contain "Testing"
Version data entries
14 entries across 14 versions & 1 rubygems