summaryrefslogtreecommitdiff
path: root/yarns
diff options
context:
space:
mode:
authorRichard Ipsum <richardipsum@fastmail.co.uk>2014-12-07 23:29:59 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2015-01-23 10:55:18 +0000
commitd5731dcb9c304d1946bec99771d2cedcd8ec864d (patch)
tree0f85ac65f177b38bd1e70618be7e938b73b07e25 /yarns
parent6b1c80a8a4e839a644aaaacba109b9cb81b51813 (diff)
downloadmorph-d5731dcb9c304d1946bec99771d2cedcd8ec864d.tar.gz
Fix an existing build yarn
Fix "attempting to build a system morphology which has never been committed" use WHEN ... THEN morph succeeded The old yarn worked just as well, this change is just for consistency.
Diffstat (limited to 'yarns')
-rw-r--r--yarns/building.yarn3
1 files changed, 2 insertions, 1 deletions
diff --git a/yarns/building.yarn b/yarns/building.yarn
index 7e9406ac..52f2b561 100644
--- a/yarns/building.yarn
+++ b/yarns/building.yarn
@@ -6,7 +6,8 @@ Morph Building Tests
AND a git server
WHEN the user checks out the system branch called master
AND the user creates an uncommitted system morphology called systems/base-system.morph for our architecture in system branch master
- THEN morph build the system systems/base-system.morph of the branch master
+ AND the user attempts to build the system systems/base-system.morph in branch master
+ THEN morph succeeded
FINALLY the git server is shut down
SCENARIO build system with relative path