summaryrefslogtreecommitdiffstats
path: root/tests/data/helper/version.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/helper/version.yaml')
-rw-r--r--tests/data/helper/version.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/data/helper/version.yaml b/tests/data/helper/version.yaml
new file mode 100644
index 00000000..b23f16f2
--- /dev/null
+++ b/tests/data/helper/version.yaml
@@ -0,0 +1,12 @@
+---
+
+ tests:
+ - command: ['version', 'list']
+ output: "Lists all the different versions\n"
+
+ - command: ['version', 'install', 'Colorado']
+ output: "Install: Colorado\n"
+
+ - command: ['version', 'uninstall', 'Arno']
+ output: "Uninstall: Arno\n"
+