features/kitchen_sink_command.feature in test-kitchen-1.7.0 vs features/kitchen_sink_command.feature in test-kitchen-1.7.1.dev

- old
+ new

@@ -1,30 +1,30 @@ -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: - """ - ___ - ' _ '. - / /` `\ \ - | | [__] - | | {{ - | | }} - _ | | _ {{ - ___________<_>_| |_<_>}}________ - .=======^=(___)=^={{====. - / .----------------}}---. \ - / / {{ \ \ - / / }} \ \ - ( '=========================' ) - '-----------------------------' - """ +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: + """ + ___ + ' _ '. + / /` `\ \ + | | [__] + | | {{ + | | }} + _ | | _ {{ + ___________<_>_| |_<_>}}________ + .=======^=(___)=^={{====. + / .----------------}}---. \ + / / {{ \ \ + / / }} \ \ + ( '=========================' ) + '-----------------------------' + """