Rename start cucumber feature

Signed-off-by: Laura Brehm <laurabrehm@hey.com>
This commit is contained in:
Laura Brehm 2022-09-12 17:45:47 -04:00
parent a7476c8eeb
commit 266ab22d53
No known key found for this signature in database
GPG Key ID: 526E3FC49260D47A
1 changed files with 2 additions and 2 deletions

View File

@ -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"