summaryrefslogtreecommitdiff
path: root/shell-lib.yarn
diff options
context:
space:
mode:
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
+