From e55190037a958b337f1b55785c62d00a34d2e3f0 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 4 Dec 2016 17:54:19 +0100 Subject: Add scenario for http://bugs.liw.fi --- 040-bugs.liw.fi.yarn | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 040-bugs.liw.fi.yarn diff --git a/040-bugs.liw.fi.yarn b/040-bugs.liw.fi.yarn new file mode 100644 index 0000000..65c9110 --- /dev/null +++ b/040-bugs.liw.fi.yarn @@ -0,0 +1,12 @@ +# bugs.liw.fi + +`bugs.liw.fi` is where I publish a static website showing the status +of my distix instance for random personal projects. + + SCENARIO bugs.liw.fi + GIVEN server is also known as bugs.liw.fi + + WHEN user fetches http://bugs.liw.fi/ + THEN HTTP status is 200 + AND HTTP body matches "distix" + AND HTTP body matches "Lars Wirzenius" -- cgit v1.2.1