summaryrefslogtreecommitdiff
path: root/yarns/building.yarn
diff options
context:
space:
mode:
Diffstat (limited to 'yarns/building.yarn')
-rw-r--r--yarns/building.yarn8
1 files changed, 8 insertions, 0 deletions
diff --git a/yarns/building.yarn b/yarns/building.yarn
index 9284f7cf..1b981490 100644
--- a/yarns/building.yarn
+++ b/yarns/building.yarn
@@ -89,6 +89,14 @@ Morph Building Tests
AND there are 2 artifacts named core-runtime in the cache
FINALLY the git server is shut down
+ SCENARIO test recursive submodules overriding urls
+ GIVEN a git server
+ GIVEN a chunk with recursive submodules
+ 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
+
System integrations
-------------------