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.23.3 features/kitchen_help_command.feature
test-kitchen-1.23.2 features/kitchen_help_command.feature
test-kitchen-1.22.1 features/kitchen_help_command.feature
test-kitchen-1.23.0 features/kitchen_help_command.feature
test-kitchen-1.22.0 features/kitchen_help_command.feature
test-kitchen-1.21.2 features/kitchen_help_command.feature
test-kitchen-1.21.1 features/kitchen_help_command.feature
test-kitchen-1.21.0 features/kitchen_help_command.feature
test-kitchen-1.20.0 features/kitchen_help_command.feature
test-kitchen-1.19.2 features/kitchen_help_command.feature
test-kitchen-1.19.1 features/kitchen_help_command.feature
test-kitchen-1.19.0 features/kitchen_help_command.feature
test-kitchen-1.18.0 features/kitchen_help_command.feature
test-kitchen-1.17.0 features/kitchen_help_command.feature
test-kitchen-1.16.0 features/kitchen_help_command.feature
test-kitchen-1.15.0 features/kitchen_help_command.feature
test-kitchen-1.14.2 features/kitchen_help_command.feature
test-kitchen-1.14.1 features/kitchen_help_command.feature
test-kitchen-1.14.0 features/kitchen_help_command.feature
test-kitchen-1.13.2 features/kitchen_help_command.feature