summaryrefslogtreecommitdiff
path: root/010-files.liw.fi.yarn
blob: 4ac8702b9336f7de51e480f6788e7e45b7817b7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# files.liw.fi

<http://files.liw.fi/> is where I publish various files I want to
share with others. There are no accounts, no passwords. A tiny amount
of privacy is available by not having directory listings and choosing
semi-random URLs, but mostly I just don't put anything really
sensitive there.

    SCENARIO files.liw.fi
    GIVEN server is also known as files.liw.fi

    WHEN user fetches http://files.liw.fi/
    THEN HTTP status is 200
    AND HTTP body matches "Random files of mine"

    WHEN user fetches http://files.liw.fi/private/
    THEN HTTP status is 200
    AND HTTP body matches "Not for you"