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

Version Path
test-kitchen-1.1.1 features/kitchen_command.feature
test-kitchen-1.1.0 features/kitchen_command.feature
test-kitchen-1.0.0 features/kitchen_command.feature
test-kitchen-1.0.0.rc.2 features/kitchen_command.feature
test-kitchen-1.0.0.rc.1 features/kitchen_command.feature
test-kitchen-1.0.0.beta.4 features/kitchen_command.feature
test-kitchen-1.0.0.beta.3 features/kitchen_command.feature
test-kitchen-1.0.0.beta.2 features/kitchen_command.feature
test-kitchen-1.0.0.beta.1 features/kitchen_command.feature
test-kitchen-1.0.0.alpha.7 features/kitchen_command.feature
test-kitchen-1.0.0.alpha.6 features/kitchen_command.feature
test-kitchen-1.0.0.alpha.5 features/kitchen_command.feature
test-kitchen-1.0.0.alpha.4 features/kitchen_command.feature
test-kitchen-1.0.0.alpha.3 features/kitchen_command.feature
test-kitchen-1.0.0.alpha.2 features/kitchen_command.feature
test-kitchen-1.0.0.alpha.1 features/kitchen_command.feature