From 4f56f18ff4f98904bf881944f56dc4d133b2844c Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 4 Jul 2013 08:09:58 +0100 Subject: Add --shell-library --- shell-lib.yarn | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 shell-lib.yarn (limited to 'shell-lib.yarn') 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 + -- cgit v1.2.1