summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-10-09 07:59:49 +0100
committerLars Wirzenius <liw@liw.fi>2013-10-09 07:59:49 +0100
commitd6ae047953016c5f5d436250de20c17401556417 (patch)
treead0b9f98bf8bf07e61973d76ba90620656b540a4
parentb483769217555fadce5dc461d7fbf991b156c772 (diff)
downloadliw-gitano-acl-test-suite-d6ae047953016c5f5d436250de20c17401556417.tar.gz
Test that admin can push to other branch in public repo
-rw-r--r--git.liw.fi.yarn4
1 files changed, 4 insertions, 0 deletions
diff --git a/git.liw.fi.yarn b/git.liw.fi.yarn
index 33f93f3..4ac74b5 100644
--- a/git.liw.fi.yarn
+++ b/git.liw.fi.yarn
@@ -110,6 +110,10 @@ repo.
AND admin clones tstrepo over ssh
AND admin makes change to master in tstrepo
THEN admin can push master in tstrepo
+
+ WHEN admin makes change to foo in tstrepo
+ THEN admin can push foo in tstrepo
+
FINALLY remove repository tstrepo on server
Implementation sections