Sha256: a3b8f954b0536937832bbd38e38b5a8d29d286bb4e8362543ece1a9897f3086b
Contents?: true
Size: 594 Bytes
Versions: 16
Compression:
Stored size: 594 Bytes
Contents
Feature: A command line interface for Test Kitchen In order to provide a quick and response development workflow As a Test Kitchen user I want a command line interface that has sane defaults and built in help Scenario: Displaying help When I run `kitchen help` Then the exit status should be 0 And the output should contain "kitchen console" And the output should contain "kitchen version" Scenario: Displaying the version of Test Kitchen When I run `kitchen version` Then the exit status should be 0 And the output should contain "Test Kitchen version"
Version data entries
16 entries across 16 versions & 1 rubygems