summaryrefslogtreecommitdiff
path: root/yarns/deployment.yarn
diff options
context:
space:
mode:
authorDaniel Firth <dan.firth@codethink.co.uk>2013-10-15 11:47:47 +0000
committerDaniel Firth <dan.firth@codethink.co.uk>2013-10-30 12:20:00 +0000
commite9b3dbbe18d9a465148cc8df494971054b87654a (patch)
treef14833385ddae3463a63f30eec753503772bfe29 /yarns/deployment.yarn
parent6a315135ac6273c90f7dc35b7d4c49da158be487 (diff)
downloadmorph-e9b3dbbe18d9a465148cc8df494971054b87654a.tar.gz
Deploying a non-cluster morphology now displays an error message
Diffstat (limited to 'yarns/deployment.yarn')
-rw-r--r--yarns/deployment.yarn10
1 files changed, 10 insertions, 0 deletions
diff --git a/yarns/deployment.yarn b/yarns/deployment.yarn
new file mode 100644
index 00000000..0fb3fb72
--- /dev/null
+++ b/yarns/deployment.yarn
@@ -0,0 +1,10 @@
+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
+ THEN morph failed
+ AND the deploy error message includes the string "morph deploy is only supported for cluster morphologies"