From 36740fadd2e7fc0e25310cfbdd82fcaa8d740112 Mon Sep 17 00:00:00 2001 From: Ariel Gold Date: Thu, 22 Sep 2016 22:25:32 -0700 Subject: [PATCH] Update env:deploy ACs - Update site and env flags to a single argument in the form . - Update required deploy note from flag to argument --- tests/newfeatures/env-deploy.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/newfeatures/env-deploy.feature b/tests/newfeatures/env-deploy.feature index 7f2a370bc..e6d39ffcb 100644 --- a/tests/newfeatures/env-deploy.feature +++ b/tests/newfeatures/env-deploy.feature @@ -9,7 +9,7 @@ Feature: Site Deployment @vcr site_deploy Scenario: Deploy dev to test - When I run "terminus env:deploy test --site=[[test_site_name]] --sync-content --note='Deploy test'" + When I run "terminus env:deploy [[test_site_name]].test 'Deploy log note' --sync-content" Then I should get "." And I should get "." Then I should get: @@ -19,12 +19,12 @@ Feature: Site Deployment @vcr site_deploy_no_changes Scenario: Failing to deploy dev to test because there are no changes to deploy - When I run "terminus env:deploy test --site=[[test_site_name]] --sync-content --note='Deploy test'" + When I run "terminus env:deploy [[test_site_name]].test 'Deploy log note' --sync-content" Then I should get: "There is nothing to deploy." @vcr site_init-env Scenario: Initializing test when it has not been previously initialized - When I run "terminus env:deploy test --site=[[test_site_name]] --sync-content --note='First deploy to live'" + When I run "terminus env:deploy [[test_site_name]].test 'First deploy' --sync-content" Then I should get "." And I should get "." Then I should get: