summaryrefslogtreecommitdiff
path: root/shell-lib.yarn
blob: f9b9ca95c909ddfd9babdeb4c792556edfa8c5c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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