summaryrefslogtreecommitdiff
path: root/yarns/architecture.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/architecture.yarn
parent6a1d074bfd30d5d24faf02725542ec87509c310a (diff)
downloadmorph-d3d49283aad741aab40c39cb7e54c814d8a06ea1.tar.gz
Standardizes language and refactors some implementation steps
Diffstat (limited to 'yarns/architecture.yarn')
-rw-r--r--yarns/architecture.yarn4
1 files changed, 2 insertions, 2 deletions
diff --git a/yarns/architecture.yarn b/yarns/architecture.yarn
index 66329c81..038492cd 100644
--- a/yarns/architecture.yarn
+++ b/yarns/architecture.yarn
@@ -5,7 +5,7 @@ Morph Cross-Building Tests
GIVEN a workspace
AND a git server
AND a system called base-system-testarch for architecture testarch in the git server
- WHEN checking out the master system branch
- AND attempting to build the system base-system-testarch in branch master
+ WHEN the user checks out the system branch called master
+ AND the user attempts to build the system base-system-testarch in branch master
THEN morph failed
AND the build error message includes the string "Are you trying to cross-build?"