From 391a514339cdc3bd226b02ad45f95e36415d60ca Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 4 Dec 2016 17:59:44 +0100 Subject: Add scenario for distix.obnam.org --- 050-distix.obnam.org.yarn | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 050-distix.obnam.org.yarn diff --git a/050-distix.obnam.org.yarn b/050-distix.obnam.org.yarn new file mode 100644 index 0000000..90a840f --- /dev/null +++ b/050-distix.obnam.org.yarn @@ -0,0 +1,24 @@ +# distix.obnam.org + +`distix.obnam.org` is where I publish a static website showing the +status of my Obnam distix instances. + + SCENARIO distix.obnam.org + GIVEN server is also known as distix.obnam.org + + WHEN user fetches http://distix.obnam.org/ + THEN HTTP status is 200 + AND HTTP body matches "distix" + AND HTTP body matches "obnam-support" + AND HTTP body matches "obnam-dev" + + WHEN user fetches http://distix.obnam.org/obnam-dev/ + THEN HTTP status is 200 + AND HTTP body matches "distix" + AND HTTP body matches "Obnam development" + + WHEN user fetches http://distix.obnam.org/obnam-support/ + THEN HTTP status is 200 + AND HTTP body matches "distix" + AND HTTP body matches "Obnam" + AND HTTP body matches "support" -- cgit v1.2.1