summaryrefslogtreecommitdiff
path: root/shell-lib.yarn
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-07-04 08:09:58 +0100
committerLars Wirzenius <liw@liw.fi>2013-07-04 08:09:58 +0100
commit4f56f18ff4f98904bf881944f56dc4d133b2844c (patch)
tree3bc1caeda6e5afd6ba84bc19380c29f7a23b72d6 /shell-lib.yarn
parent71963a08d32daf5ffb356fa427f1499c4ca5b4cc (diff)
downloadcmdtest-4f56f18ff4f98904bf881944f56dc4d133b2844c.tar.gz
Add --shell-library
Diffstat (limited to 'shell-lib.yarn')
-rw-r--r--shell-lib.yarn25
1 files changed, 25 insertions, 0 deletions
diff --git a/shell-lib.yarn b/shell-lib.yarn
new file mode 100644
index 0000000..f9b9ca9
--- /dev/null
+++ b/shell-lib.yarn
@@ -0,0 +1,25 @@
+A simple test scenario with shell libraries
+======================
+
+This is a very simple test scenario, which exists only to test
+the scenario test runner itself.
+
+ SCENARIO a shell library scenario
+
+The following is the actual test in this scenario:
+
+ GIVEN a given
+ WHEN a when
+ THEN a then
+
+And the implementations follow.
+
+ IMPLEMENTS GIVEN a given
+ implement a given
+
+ IMPLEMENTS WHEN a when
+ implement a when
+
+ IMPLEMENTS THEN a then
+ implement a then
+