From d2a58462e6b2ffab0d636b1575c46a58099a82b7 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Wed, 18 Jun 2014 14:39:04 +0000 Subject: Remove check on checkout/branch that there are systems This was the wrong response to the problem of accidentally checking-out morph when trying to check out morphs. Now that it's called definitions, this is irrelevent, and aborting a checkout when this check fails is the wrong thing to do. --- yarns/branches-workspaces.yarn | 9 --------- 1 file changed, 9 deletions(-) (limited to 'yarns') diff --git a/yarns/branches-workspaces.yarn b/yarns/branches-workspaces.yarn index c542994a..b6881fa6 100644 --- a/yarns/branches-workspaces.yarn +++ b/yarns/branches-workspaces.yarn @@ -58,15 +58,6 @@ Checking out a system branch should fail, if the branch doesn't exist. WHEN the user attempts to check out the system branch called foo THEN morph failed -Checking out a system branch should also fail if the repository does -not contain any system morphologies. - - SCENARIO checking out a system branch with no systems - GIVEN a workspace - AND a git server - WHEN the user attempts to check out from a repository with no systems - THEN morph failed - We can, instead, create a new system branch, off master. SCENARIO branch off master -- cgit v1.2.1