Sha256: f6196fd345a106317dd266f30fa65198724717a31b169a784cc1ef8e51442bb4

Contents?: true

Size: 656 Bytes

Versions: 23

Compression:

Stored size: 656 Bytes

Contents

Feature: --help option

  Use the --help option or just type trema to display the usage of trema command.

  Scenario: trema --help
    When I run `trema --help`
    Then the output should match /^NAME/
     And the output should match /^SYNOPSIS/
     And the output should match /^VERSION/
     And the output should match /^GLOBAL OPTIONS/
     And the output should match /^COMMANDS/

  Scenario: trema
    When I run `trema`
    Then the output should match /^NAME/
     And the output should match /^SYNOPSIS/
     And the output should match /^VERSION/
     And the output should match /^GLOBAL OPTIONS/
     And the output should match /^COMMANDS/

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
trema-0.4.6 features/trema_commands/help_option.feature
trema-0.4.5 features/trema_commands/help_option.feature
trema-0.4.4 features/trema_commands/help_option.feature
trema-0.4.3 features/trema_commands/help_option.feature
trema-0.4.2 features/trema_commands/help_option.feature
trema-0.4.1 features/trema_commands/help_option.feature
trema-0.4.0 features/trema_commands/help_option.feature
trema-0.3.21 features/trema_commands/help_option.feature
trema-0.3.20 features/trema_commands/help_option.feature
trema-0.3.19 features/trema_commands/help_option.feature
trema-0.3.18 features/trema_commands/help_option.feature
trema-0.3.17 features/trema_commands/help_option.feature
trema-0.3.16 features/trema_commands/help_option.feature
trema-0.3.15 features/trema_commands/help_option.feature
trema-0.3.14 features/trema_commands/help_option.feature
trema-0.3.13 features/trema_commands/help_option.feature
trema-0.3.12 features/trema_commands/help_option.feature
trema-0.3.11 features/trema_commands/help_option.feature
trema-0.3.10 features/trema_commands/help_option.feature
trema-0.3.9 features/trema_commands/help_option.feature