summaryrefslogtreecommitdiff
path: root/yarns
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-06-18 14:39:04 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-07-07 09:21:22 +0000
commitd2a58462e6b2ffab0d636b1575c46a58099a82b7 (patch)
treebb2b5052d545843c4dacae3e4b3c34b20c54f4eb /yarns
parent839e5315f1e1111429af25cb05eeb250c00b86b8 (diff)
downloadmorph-d2a58462e6b2ffab0d636b1575c46a58099a82b7.tar.gz
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.
Diffstat (limited to 'yarns')
-rw-r--r--yarns/branches-workspaces.yarn9
1 files changed, 0 insertions, 9 deletions
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