diff options
author | Richard Maw <richard.maw@gmail.com> | 2016-12-18 15:15:20 +0000 |
---|---|---|
committer | Richard Maw <richard.maw@gmail.com> | 2016-12-18 15:28:17 +0000 |
commit | c354461cd3b07da30b0edd0e0b56341b8e02345c (patch) | |
tree | 771ded0e59bbc6cdff7a94e0d30b955553ae25bc /testing/02-commands-count-objects.yarn | |
parent | dacd657430f4b8107d97e52c9c32694fa548feb1 (diff) | |
download | gitano-c354461cd3b07da30b0edd0e0b56341b8e02345c.tar.gz |
testing: Add teardown step to all scenarios
Diffstat (limited to 'testing/02-commands-count-objects.yarn')
-rw-r--r-- | testing/02-commands-count-objects.yarn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/02-commands-count-objects.yarn b/testing/02-commands-count-objects.yarn index 1f200d6..eb7e74e 100644 --- a/testing/02-commands-count-objects.yarn +++ b/testing/02-commands-count-objects.yarn @@ -15,3 +15,5 @@ since that would be an information leak that the repository exists. WHEN testinstance adminkey runs count-objects gitano-admin THEN stdout contains objects AND stdout contains bytes + + FINALLY the instance is torn down |