summaryrefslogtreecommitdiff
path: root/yarns
diff options
context:
space:
mode:
Diffstat (limited to 'yarns')
-rw-r--r--yarns/building.yarn10
-rw-r--r--yarns/implementations.yarn4
2 files changed, 6 insertions, 8 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
diff --git a/yarns/implementations.yarn b/yarns/implementations.yarn
index 8ed5a5e9..d100febb 100644
--- a/yarns/implementations.yarn
+++ b/yarns/implementations.yarn
@@ -46,7 +46,7 @@ we'll create a repository to hold system and stratum morphologies, and
another to hold a chunk.
IMPLEMENTS GIVEN a chunk with recursive sources with non-empty paths
- cd "$DATADIR/gits/morphs"
+ cd "$DATADIR/gits/definitions"
echo "version: 8" > VERSION
cat << EOF >> strata/core.morph
- name: invalid-chunk
@@ -93,7 +93,7 @@ another to hold a chunk.
git add .
git commit -m "Add submodule"
- cd "$DATADIR/gits/morphs"
+ cd "$DATADIR/gits/definitions"
echo "version: 8" > VERSION
cat << EOF >> strata/core.morph
- name: chunk-with-submodules