Sha256: d4b6c0759a3ef1adff5ca9dfd7d69b867d2d8f3139707715e2246aa852f6544a
Contents?: true
Size: 984 Bytes
Versions: 59
Compression:
Stored size: 984 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
59 entries across 59 versions & 1 rubygems