mirror of
https://github.com/docker/compose.git
synced 2026-06-30 05:06:19 +00:00
5 lines
183 B
Gherkin
5 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""
|