summaryrefslogtreecommitdiff
path: root/yarns/implementations.yarn
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2013-10-31 14:50:41 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2013-10-31 15:19:55 +0000
commit10e32aa257db6ac95959661bdc0e7759b822008a (patch)
treef91db3d2e39c4e6e21f44c630dbc505d99268bec /yarns/implementations.yarn
parent460227f17e01f9072b72062fae84f226133ec04c (diff)
downloadmorph-10e32aa257db6ac95959661bdc0e7759b822008a.tar.gz
Some tests refactorized for better understanding.
Diffstat (limited to 'yarns/implementations.yarn')
-rw-r--r--yarns/implementations.yarn6
1 files changed, 5 insertions, 1 deletions
diff --git a/yarns/implementations.yarn b/yarns/implementations.yarn
index 22120130..985ab2bc 100644
--- a/yarns/implementations.yarn
+++ b/yarns/implementations.yarn
@@ -183,10 +183,14 @@ We also need to verify that a system branch has been checked out.
We can create a new branch, off master.
- IMPLEMENTS WHEN creating system branch (\S+)
+ IMPLEMENTS WHEN user creates system branch (\S+)
cd "$DATADIR/workspace"
run_morph branch test:morphs "$MATCH_1"
+ IMPLEMENTS WHEN user attempts to create system branch (\S+)
+ cd "$DATADIR/workspace"
+ attempt_morph branch test:morphs "$MATCH_1"
+
We can create a new branch, off another system branch.
IMPLEMENTS WHEN creating system branch (\S+), based on (\S+)