Sha256: 9520934c19514a08b42a3227a81c248f5e10d1aed9f95db4190756daf5a1a54c

Contents?: true

Size: 807 Bytes

Versions: 29

Compression:

Stored size: 807 Bytes

Contents

Feature: Appending -h or --help to a command
  As a user
  I want to be able to run berkshelf like my existing Unix CLI tools
  So that I don't have remember thor's stupid argument ordering

  Scenario: Specifying the --help option
    Given I successfully run `berks --help`
    Then the output should be the same as `berks help`

  Scenario: Specifying the -h option
    Given I successfully run `berks -h`
    Then the output should be the same as `berks help`

  Scenario: Specifying the --help option to a sub-command
    Given I successfully run `berks cookbook --help`
    Then the output should be the same as `berks help cookbook`

  Scenario: Specifying the -h option to a sub-command
    Given I successfully run `berks cookbook -h`
    Then the output should be the same as `berks help cookbook`

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
berkshelf-2.0.18 features/help.feature
berkshelf-2.0.17 features/help.feature
berkshelf-2.0.16 features/help.feature
berkshelf-2.0.15 features/help.feature
berkshelf-2.0.14 features/help.feature
berkshelf-2.0.13 features/help.feature
berkshelf-2.0.12 features/help.feature
berkshelf-2.0.11 features/help.feature
berkshelf-2.0.10 features/help.feature
berkshelf-2.0.9 features/help.feature
berkshelf-2.0.8 features/help.feature
berkshelf-2.0.7 features/help.feature
berkshelf-2.0.6 features/help.feature
berkshelf-2.0.5 features/help.feature
berkshelf-2.0.4 features/help.feature
berkshelf-1.4.6 features/help.feature
berkshelf-2.0.3 features/help.feature
berkshelf-2.0.1 features/help.feature
berkshelf-2.0.0 features/help.feature
berkshelf-1.4.5 features/help.feature