diff --git a/pkg/e2e/cucumber/single.feature b/pkg/e2e/cucumber/start.feature similarity index 89% rename from pkg/e2e/cucumber/single.feature rename to pkg/e2e/cucumber/start.feature index f552e1f0b..ebf994a3d 100644 --- a/pkg/e2e/cucumber/single.feature +++ b/pkg/e2e/cucumber/start.feature @@ -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"