Sha256: ccb7dcbaac9ca31b0c343bffac4ed274b3febbe156c814cd25d6842d1a402222

Contents?: true

Size: 619 Bytes

Versions: 2

Compression:

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

2 entries across 2 versions & 1 rubygems

Version Path
test-kitchen-1.10.1 features/kitchen_command.feature
test-kitchen-1.7.0 features/kitchen_command.feature