summaryrefslogtreecommitdiff
path: root/070-git.liw.fi.yarn
blob: 46e6fdaf03976c2d13f09d66d85fbaa212bcb571 (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
# git.liw.fi

`git.liw.fi` is where my git server resides. Over HTTP it exposes
cgit for browing public repositories.

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

    WHEN user fetches http://git.liw.fi/
    THEN HTTP status is 200
    AND HTTP body matches "cgit"
    AND HTTP body matches "obnam"
    AND HTTP body matches "bumper"

It must also have Gitano accessible over ssh.

    WHEN user runs Gitano help
    THEN exit code is 0
    AND standard error matches "Gitano"

Also, it'd be nice if the anonymous git protocol works.

    WHEN user clones the bumper repository over git://
    THEN exit code is 0