From 665fa649c06570df2eb51580292ca3a0f5c1d69d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 15 Apr 2017 20:24:57 +0300 Subject: Add scenario for docstory.fi --- 090-docstory.fi.yarn | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 090-docstory.fi.yarn diff --git a/090-docstory.fi.yarn b/090-docstory.fi.yarn new file mode 100644 index 0000000..2ecfd04 --- /dev/null +++ b/090-docstory.fi.yarn @@ -0,0 +1,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" -- cgit v1.2.1