summaryrefslogtreecommitdiff
path: root/yarns/implementations.yarn
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@gmail.com>2014-09-24 20:37:29 +0000
committerRichard Maw <richard.maw@gmail.com>2014-10-01 09:30:15 +0000
commit54c81674db48d5c9eb151199ef1bc434fd1bd4a6 (patch)
treee885fa0240b83ef70eafa1a49a99538e13abde14 /yarns/implementations.yarn
parent6b28a2798c0ad938c4d365404ad2812b610b5b23 (diff)
downloadmorph-54c81674db48d5c9eb151199ef1bc434fd1bd4a6.tar.gz
Move the branch-from-image test to a yarn
Diffstat (limited to 'yarns/implementations.yarn')
-rw-r--r--yarns/implementations.yarn4
1 files changed, 4 insertions, 0 deletions
diff --git a/yarns/implementations.yarn b/yarns/implementations.yarn
index e99c1817..9cf497fc 100644
--- a/yarns/implementations.yarn
+++ b/yarns/implementations.yarn
@@ -382,6 +382,10 @@ Attempt to check out a system branch from a root that has no systems.
cd "$DATADIR/workspace"
attempt_morph checkout test:test-chunk master
+ IMPLEMENTS WHEN the user attempts to check out the system branch from (\S+) called (\S+)
+ cd "$DATADIR/workspace"
+ attempt_morph branch-from-image --metadata-dir "$DATADIR/$MATCH_1/baserock" "$MATCH_2"
+
We also need to verify that a system branch has been checked out.
IMPLEMENTS THEN the system branch (\S+) is checked out