Sha256: 1faad6f8215e6d4e3492191a1638e741e48b7f2314ded2fcdeacef57da0bb950
Contents?: true
Size: 1014 Bytes
Versions: 2
Compression:
Stored size: 1014 Bytes
Contents
Feature: The `kitchen sink` command In order to have fun and provide an Easter Egg for users As a Test Kitchen user I want a `sink` command that displays ASCII art Scenario: Displaying help When I run `kitchen help` Then the exit status should be 0 And the output should not contain "kitchen sink" Scenario: Displaying the sink When I run `kitchen sink` Then the exit status should be 0 And the output should contain: """ ___ ' _ '. / /` `\ \ | | [__] | | {{ | | }} _ | | _ {{ ___________<_>_| |_<_>}}________ .=======^=(___)=^={{====. / .----------------}}---. \ / / {{ \ \ / / }} \ \ ( '=========================' ) '-----------------------------' """
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
test-kitchen-1.10.1 | features/kitchen_sink_command.feature |
test-kitchen-1.7.0 | features/kitchen_sink_command.feature |