mirror of https://github.com/docker/compose.git
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:
|
||||
Given a compose file
|
||||
|
@ -12,7 +12,7 @@ Background:
|
|||
command: top
|
||||
"""
|
||||
|
||||
Scenario: single service up
|
||||
Scenario: Start single service
|
||||
When I run "compose create"
|
||||
Then the output contains "simple-1 Created"
|
||||
And the output contains "another-1 Created"
|
Loading…
Reference in New Issue