From d5731dcb9c304d1946bec99771d2cedcd8ec864d Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Sun, 7 Dec 2014 23:29:59 +0000 Subject: 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. --- yarns/building.yarn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'yarns') 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 -- cgit v1.2.1