summaryrefslogtreecommitdiff
path: root/testing/02-commands-copy.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-copy.yarn
parente2d36d9ea5b0ff1b59b33300c2174b95b9d1b562 (diff)
downloadgitano-6a663a99320d7748069173c8be1f50a5568b688b.tar.gz
Simplify yarns which create alice/main to use a new implementation
Diffstat (limited to 'testing/02-commands-copy.yarn')
-rw-r--r--testing/02-commands-copy.yarn4
1 files changed, 1 insertions, 3 deletions
diff --git a/testing/02-commands-copy.yarn b/testing/02-commands-copy.yarn
index b1a8b82..50a2a45 100644
--- a/testing/02-commands-copy.yarn
+++ b/testing/02-commands-copy.yarn
@@ -26,9 +26,7 @@ Users may copy repositories they can read to paths they can write to.
Users may not copy repositories they can to read to paths they cannot write to.
- GIVEN a unix user called alice
- AND alice has keys called main
- WHEN testinstance, using adminkey, adds user alice, using alice main
+ GIVEN testinstance, using adminkey, adds a new user alice, with a key called main
In the default instance only the admin user may create repositories,
so all copies by other users will fail.