mirror of https://github.com/docker/compose.git
6 lines
183 B
Gherkin
6 lines
183 B
Gherkin
|
Feature: Down
|
||
|
|
||
|
Scenario: No resources to remove
|
||
|
When I run "compose down"
|
||
|
Then the output contains "Warning: No resource found to remove for project "no_resources_to_remove""
|