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.13.1 features/kitchen_command.feature
test-kitchen-1.13.0 features/kitchen_command.feature
test-kitchen-1.12.0 features/kitchen_command.feature
test-kitchen-1.11.1 features/kitchen_command.feature
test-kitchen-1.11.0 features/kitchen_command.feature
test-kitchen-1.10.2 features/kitchen_command.feature
test-kitchen-1.10.2.dev features/kitchen_command.feature
test-kitchen-1.10.0 features/kitchen_command.feature
test-kitchen-1.9.2 features/kitchen_command.feature
test-kitchen-1.9.1 features/kitchen_command.feature
test-kitchen-1.9.0 features/kitchen_command.feature
test-kitchen-1.8.0 features/kitchen_command.feature
test-kitchen-1.7.3 features/kitchen_command.feature
test-kitchen-1.7.2 features/kitchen_command.feature
test-kitchen-1.7.1 features/kitchen_command.feature
test-kitchen-1.7.1.dev features/kitchen_command.feature
test-kitchen-1.6.0 features/kitchen_command.feature
test-kitchen-1.5.0 features/kitchen_command.feature
test-kitchen-1.5.0.rc.1 features/kitchen_command.feature
test-kitchen-1.4.2 features/kitchen_command.feature