summaryrefslogtreecommitdiff
path: root/yarns/building.yarn
diff options
context:
space:
mode:
Diffstat (limited to 'yarns/building.yarn')
-rw-r--r--yarns/building.yarn6
1 files changed, 3 insertions, 3 deletions
diff --git a/yarns/building.yarn b/yarns/building.yarn
index 2bd9b1e4..b78c69cd 100644
--- a/yarns/building.yarn
+++ b/yarns/building.yarn
@@ -4,8 +4,8 @@ Morph Building Tests
SCENARIO attempting to build a system morphology which has never been committed
GIVEN a workspace
AND a git server
- WHEN checking out the master system branch
- AND creating an uncommitted system morphology called base-system-testarch for architecture testarch in system branch master
- AND attempting to build the system base-system-testarch in branch master
+ WHEN the user checks out the system branch called master
+ AND the user creates an uncommitted system morphology called base-system-testarch for architecture testarch in system branch master
+ AND the user attempts to build the system base-system-testarch in branch master
THEN morph failed
AND the build error message includes the string "Did you forget to commit it?"