summaryrefslogtreecommitdiff
path: root/yarns/branches-workspaces.yarn
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-06-19 16:12:27 +0000
commit398576dead0946a06c2ed80867da4618516fbe12 (patch)
tree36d6100486b604199396476b61d71943587adb51 /yarns/branches-workspaces.yarn
parent3ab505b2472f89bc3520ab821dba9a57f9d179f9 (diff)
downloadmorph-398576dead0946a06c2ed80867da4618516fbe12.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/branches-workspaces.yarn')
-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