summaryrefslogtreecommitdiff
path: root/testing/02-commands-config.yarn
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@gmail.com>2016-12-18 15:15:20 +0000
committerRichard Maw <richard.maw@gmail.com>2016-12-18 15:28:17 +0000
commitc354461cd3b07da30b0edd0e0b56341b8e02345c (patch)
tree771ded0e59bbc6cdff7a94e0d30b955553ae25bc /testing/02-commands-config.yarn
parentdacd657430f4b8107d97e52c9c32694fa548feb1 (diff)
downloadgitano-c354461cd3b07da30b0edd0e0b56341b8e02345c.tar.gz
testing: Add teardown step to all scenarios
Diffstat (limited to 'testing/02-commands-config.yarn')
-rw-r--r--testing/02-commands-config.yarn8
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/02-commands-config.yarn b/testing/02-commands-config.yarn
index 71e7cdd..1ffca23 100644
--- a/testing/02-commands-config.yarn
+++ b/testing/02-commands-config.yarn
@@ -28,6 +28,8 @@ owner can be set via the person running the create.
AND stdout contains project.owner: admin
AND stdout contains project.head: refs/heads/master
+ FINALLY the instance is torn down
+
Configuration changes stick
---------------------------
@@ -57,6 +59,8 @@ but we can change this after it has been created.
AND testinstance adminkey runs config testrepo show
THEN stdout contains project.owner: alice
+ FINALLY the instance is torn down
+
Changes to `HEAD` and description hit the filesystem
----------------------------------------------------
@@ -73,6 +77,8 @@ outside world.
THEN server-side testrepo.git file description contains foobar
AND server-side testrepo.git file HEAD contains refs/heads/trunk
+ FINALLY the instance is torn down
+
Manipulating list values is possible
------------------------------------
@@ -102,4 +108,6 @@ new items appended...
THEN stderr is empty
AND stdout does not contain foo.i_
+ FINALLY the instance is torn down
+
FIXME: Once we have ruleset control, add more here perhaps