Sha256: 1154a65c69031c0ed5174575577acd5e4e6f477ee192fe1223835e96ff219674
Contents?: true
Size: 675 Bytes
Versions: 8
Compression:
Stored size: 675 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-vagrant" And the output should contain "kitchen-bluebox"
Version data entries
8 entries across 8 versions & 1 rubygems