Sha256: 01ae26cc0b2489b29fc1c039a56ebbe82cff8e726390efbe1f0d0247b7673f5e

Contents?: true

Size: 523 Bytes

Versions: 49

Compression:

Stored size: 523 Bytes

Contents

Feature: Using Test Kitchen CLI help
  In order to access the self describing documentation
  As a user of Test Kitchen
  I want to run a command help help for kitchen commands

  @spawn
  Scenario: Printing help
    When I run `kitchen help`
    Then the exit status should be 0
    And the output should contain "kitchen help [COMMAND]"

  @spawn
  Scenario: Bad arugments should exit nonzero
    When I run `kitchen help -d always -c`
    Then the exit status should not be 0
    And the output should contain "Usage: "

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
test-kitchen-1.4.1 features/kitchen_help_command.feature
test-kitchen-1.4.0 features/kitchen_help_command.feature
test-kitchen-1.4.0.rc.1 features/kitchen_help_command.feature
test-kitchen-1.4.0.beta.2 features/kitchen_help_command.feature
test-kitchen-1.4.0.beta.1 features/kitchen_help_command.feature
test-kitchen-1.3.1 features/kitchen_help_command.feature
test-kitchen-1.3.0 features/kitchen_help_command.feature
test-kitchen-1.2.1 features/kitchen_help_command.feature
test-kitchen-1.2.0 features/kitchen_help_command.feature