summaryrefslogtreecommitdiff
path: root/yarns/regression.yarn
diff options
context:
space:
mode:
authorDaniel Firth <dan.firth@codethink.co.uk>2013-10-31 15:47:54 +0000
committerDaniel Firth <dan.firth@codethink.co.uk>2013-11-05 09:46:41 +0000
commitd3d49283aad741aab40c39cb7e54c814d8a06ea1 (patch)
tree7ed3d675dbc93b959f4d3baa9ce328a40b0e8853 /yarns/regression.yarn
parent6a1d074bfd30d5d24faf02725542ec87509c310a (diff)
downloadmorph-d3d49283aad741aab40c39cb7e54c814d8a06ea1.tar.gz
Standardizes language and refactors some implementation steps
Diffstat (limited to 'yarns/regression.yarn')
-rw-r--r--yarns/regression.yarn6
1 files changed, 3 insertions, 3 deletions
diff --git a/yarns/regression.yarn b/yarns/regression.yarn
index 7480655d..a17d2f87 100644
--- a/yarns/regression.yarn
+++ b/yarns/regression.yarn
@@ -9,7 +9,7 @@ Testing if we can build after checking out from a tag.
SCENARIO morph build works after checkout from a tag
GIVEN a workspace
AND a git server
- WHEN checking out the test-tag system tag
+ WHEN the user checks out the system tag called test-tag
THEN morph build the system simple-system of the tag test-tag of the repo test:morphs
@@ -19,13 +19,13 @@ remove the existing directory.
SCENARIO re-running 'morph branch' fails, original branch untouched
GIVEN a workspace
AND a git server
- WHEN user creates system branch foo
+ WHEN the user creates a system branch called foo
THEN the system branch foo is checked out
The branch is checked out correctly, now it should fail if the user executes
`morph branch` with the same branch name.
- WHEN user attempts to create system branch foo
+ WHEN the user attempts to create a system branch called foo
THEN morph failed
AND the branch error message includes the string "File exists"