summaryrefslogtreecommitdiff
path: root/testing/02-commands-whoami.yarn
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2017-01-02 14:48:11 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2017-01-02 14:48:11 +0000
commit6a663a99320d7748069173c8be1f50a5568b688b (patch)
tree48b75bc69b67c649ebc5e13d6bd7f6c73ebfc6b8 /testing/02-commands-whoami.yarn
parente2d36d9ea5b0ff1b59b33300c2174b95b9d1b562 (diff)
downloadgitano-6a663a99320d7748069173c8be1f50a5568b688b.tar.gz
Simplify yarns which create alice/main to use a new implementation
Diffstat (limited to 'testing/02-commands-whoami.yarn')
-rw-r--r--testing/02-commands-whoami.yarn7
1 files changed, 2 insertions, 5 deletions
diff --git a/testing/02-commands-whoami.yarn b/testing/02-commands-whoami.yarn
index 8e06c39..19debb0 100644
--- a/testing/02-commands-whoami.yarn
+++ b/testing/02-commands-whoami.yarn
@@ -3,13 +3,10 @@
SCENARIO user introspection
GIVEN a standard instance
- AND a unix user called alice
- AND alice has keys called main
- WHEN testinstance, using adminkey, adds user alice, using alice main
- AND alice main runs whoami
+ AND testinstance, using adminkey, adds a new user alice, with a key called main
+ WHEN alice main runs whoami
THEN stdout contains User name: alice
THEN stdout contains Real name: alice's real name
THEN stdout contains Email address: alice@testinstance
FINALLY the instance is torn down
-