summaryrefslogtreecommitdiff
path: root/090-docstory.fi.yarn
blob: 2ecfd040d8f3a20a935f1330f1f7eb97f35906b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# docstory.fi

`docstory.fi` is something I host for someone else.

    SCENARIO docstory.fi

    GIVEN server is also known as docstory.fi
    WHEN user fetches http://docstory.fi/
    THEN HTTP status is 200
    AND HTTP body matches "meta.*refresh.*URL=http://filmmaker.docstory.fi"

    GIVEN server is also known as www.docstory.fi
    WHEN user fetches http://www.docstory.fi/
    THEN HTTP status is 200
    AND HTTP body matches "meta.*refresh.*URL=http://filmmaker.docstory.fi"