summaryrefslogtreecommitdiff
path: root/yarns/deployment.yarn
diff options
context:
space:
mode:
authorDaniel Firth <dan.firth@codethink.co.uk>2013-10-31 15:47:54 +0000
committerDaniel Firth <dan.firth@codethink.co.uk>2013-11-05 09:46:41 +0000
commitd3d49283aad741aab40c39cb7e54c814d8a06ea1 (patch)
tree7ed3d675dbc93b959f4d3baa9ce328a40b0e8853 /yarns/deployment.yarn
parent6a1d074bfd30d5d24faf02725542ec87509c310a (diff)
downloadmorph-d3d49283aad741aab40c39cb7e54c814d8a06ea1.tar.gz
Standardizes language and refactors some implementation steps
Diffstat (limited to 'yarns/deployment.yarn')
-rw-r--r--yarns/deployment.yarn4
1 files changed, 2 insertions, 2 deletions
diff --git a/yarns/deployment.yarn b/yarns/deployment.yarn
index 0fb3fb72..35f933b7 100644
--- a/yarns/deployment.yarn
+++ b/yarns/deployment.yarn
@@ -4,7 +4,7 @@ Morph Deployment Tests
SCENARIO deploying a non-cluster morphology
GIVEN a workspace
AND a git server
- WHEN checking out the master system branch
- AND attempting to deploy the system test-system in branch master
+ WHEN the user checks out the system branch called master
+ AND the user attempts to deploy the system test-system in branch master
THEN morph failed
AND the deploy error message includes the string "morph deploy is only supported for cluster morphologies"