Sha256: d2d5f0805ba49da8395a85b306e7b439fd75b697cd46294a06a251c1b18ffe14

Contents?: true

Size: 623 Bytes

Versions: 2

Compression:

Stored size: 623 Bytes

Contents

Feature: Search RubyGems to discover new Test Kitchen Driver gems
  In order to periodically check for new/updated Kitchen drivers
  As a Test Kitchen user
  I want to run a command which returns candidate Kitchen drivers

  @spawn
  Scenario: Displaying help
    When I run `kitchen help driver discover`
    Then the output should contain:
    """
    Usage:
      kitchen driver discover
    """
    And the exit status should be 0

  Scenario: Running driver discover returns live results
    When I run `kitchen driver discover`
    Then the exit status should be 0
    And the output should contain "kitchen-bluebox"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
test-kitchen-1.4.2 features/kitchen_driver_discover_command.feature
test-kitchen-1.4.1 features/kitchen_driver_discover_command.feature