mirror of
https://github.com/docker/compose.git
synced 2025-08-16 15:18:12 +02:00
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""
|