summaryrefslogtreecommitdiff
path: root/yarns/implementations.yarn
diff options
context:
space:
mode:
authorDaniel Firth <dan.firth@codethink.co.uk>2013-10-31 14:28:12 +0000
committerDaniel Firth <dan.firth@codethink.co.uk>2013-11-01 15:27:10 +0000
commit6a1d074bfd30d5d24faf02725542ec87509c310a (patch)
tree5a4e9458fcfd5f57e749e807161d8f6c1a704119 /yarns/implementations.yarn
parent2d16996377f369c97d35b7b48bdd336c2e8f5a08 (diff)
downloadmorph-6a1d074bfd30d5d24faf02725542ec87509c310a.tar.gz
Added scenario test to prevent morph edit from being used without a system argument
Diffstat (limited to 'yarns/implementations.yarn')
-rw-r--r--yarns/implementations.yarn6
1 files changed, 5 insertions, 1 deletions
diff --git a/yarns/implementations.yarn b/yarns/implementations.yarn
index 85149f0a..1350662d 100644
--- a/yarns/implementations.yarn
+++ b/yarns/implementations.yarn
@@ -281,6 +281,10 @@ Editing morphologies with `morph edit`.
echo "$MATCH_2" > "$DATADIR/git-branch.wanted"
diff -u "$DATADIR/git-branch.wanted" "$DATADIR/git-branch.actual"
+ IMPLEMENTS WHEN editing chunk (\S+) in stratum (\S+) with no system specified in branch (\S+)
+ cd "$DATADIR/workspace/$MATCH_3"
+ attempt_morph edit "$MATCH_2" "$MATCH_1"
+
IMPLEMENTS WHEN creating an uncommitted system morphology called (\S+) for architecture (\S+) in system branch (\S+)
cat << EOF > "$DATADIR/workspace/$MATCH_3/test:morphs/$MATCH_1.morph"
arch: $MATCH_2
@@ -477,7 +481,7 @@ Implementation sections for deployment
Implementations sections for reading error messages
===================================================
- IMPLEMENTS THEN the (init|build|checkout|branch|deploy) error message includes the string "(.*)"
+ IMPLEMENTS THEN the (branch|build|checkout|deploy|edit|init) error message includes the string "(.*)"
grep "$MATCH_2" "$DATADIR/result-$MATCH_1"
IMPLEMENTS for test file and directory handling