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