Sha256: 106a17e52f05b363318fa9faac49a9e36e4bc7694e373c597738a2c231cecc4a
Contents?: true
Size: 666 Bytes
Versions: 16
Compression:
Stored size: 666 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 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
16 entries across 16 versions & 1 rubygems