Sha256: 26dd8a03fc550d55c577ab020d14698a4252df555fbf749095d86a21c78f54f0

Contents?: true

Size: 603 Bytes

Versions: 49

Compression:

Stored size: 603 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

  @spawn
  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

49 entries across 49 versions & 1 rubygems

Version Path
test-kitchen-1.23.3 features/kitchen_command.feature
test-kitchen-1.23.2 features/kitchen_command.feature
test-kitchen-1.22.1 features/kitchen_command.feature
test-kitchen-1.23.0 features/kitchen_command.feature
test-kitchen-1.22.0 features/kitchen_command.feature
test-kitchen-1.21.2 features/kitchen_command.feature
test-kitchen-1.21.1 features/kitchen_command.feature
test-kitchen-1.21.0 features/kitchen_command.feature
test-kitchen-1.20.0 features/kitchen_command.feature
test-kitchen-1.19.2 features/kitchen_command.feature
test-kitchen-1.19.1 features/kitchen_command.feature
test-kitchen-1.19.0 features/kitchen_command.feature
test-kitchen-1.18.0 features/kitchen_command.feature
test-kitchen-1.17.0 features/kitchen_command.feature
test-kitchen-1.16.0 features/kitchen_command.feature
test-kitchen-1.15.0 features/kitchen_command.feature
test-kitchen-1.14.2 features/kitchen_command.feature
test-kitchen-1.14.1 features/kitchen_command.feature
test-kitchen-1.14.0 features/kitchen_command.feature
test-kitchen-1.13.2 features/kitchen_command.feature