From 54c81674db48d5c9eb151199ef1bc434fd1bd4a6 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Wed, 24 Sep 2014 20:37:29 +0000 Subject: Move the branch-from-image test to a yarn --- yarns/implementations.yarn | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'yarns/implementations.yarn') 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 -- cgit v1.2.1