mirror of
https://github.com/docker/compose.git
synced 2025-07-27 07:34:10 +02:00
Rename start cucumber feature
Signed-off-by: Laura Brehm <laurabrehm@hey.com>
This commit is contained in:
parent
a7476c8eeb
commit
266ab22d53
@ -1,4 +1,4 @@
|
|||||||
Feature: Single service up
|
Feature: Start
|
||||||
|
|
||||||
Background:
|
Background:
|
||||||
Given a compose file
|
Given a compose file
|
||||||
@ -12,7 +12,7 @@ Background:
|
|||||||
command: top
|
command: top
|
||||||
"""
|
"""
|
||||||
|
|
||||||
Scenario: single service up
|
Scenario: Start single service
|
||||||
When I run "compose create"
|
When I run "compose create"
|
||||||
Then the output contains "simple-1 Created"
|
Then the output contains "simple-1 Created"
|
||||||
And the output contains "another-1 Created"
|
And the output contains "another-1 Created"
|
Loading…
x
Reference in New Issue
Block a user