summaryrefslogtreecommitdiff
path: root/yarns/building.yarn
diff options
context:
space:
mode:
Diffstat (limited to 'yarns/building.yarn')
-rw-r--r--yarns/building.yarn10
1 files changed, 4 insertions, 6 deletions
diff --git a/yarns/building.yarn b/yarns/building.yarn
index 3aea709f..fd4bdcb2 100644
--- a/yarns/building.yarn
+++ b/yarns/building.yarn
@@ -90,19 +90,17 @@ Morph Building Tests
FINALLY the git server is shut down
SCENARIO test recursive sources for a chunk
- GIVEN a workspace
- AND a git server
+ GIVEN a git server
GIVEN a chunk with dependencies
- WHEN the user checks out the system branch called master
+ WHEN the user clones definitions
WHEN the user attempts to build the system systems/test-system.morph in branch master
THEN morph succeeded
FINALLY the git server is shut down
SCENARIO test recursive sources with non-empty path
- GIVEN a workspace
- AND a git server
+ GIVEN a git server
GIVEN a chunk with recursive sources with non-empty paths
- WHEN the user checks out the system branch called master
+ WHEN the user clones definitions
WHEN the user attempts to build the system systems/test-system.morph in branch master
THEN morph failed
FINALLY the git server is shut down