summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-04-15 20:24:57 +0300
committerLars Wirzenius <liw@liw.fi>2017-04-15 20:24:57 +0300
commit665fa649c06570df2eb51580292ca3a0f5c1d69d (patch)
tree563cb22fcb8551c25bb30c52f7747d54500f3782
parent0e07535e2aefee05b226712e0970cda236792138 (diff)
downloadserver-yarns-665fa649c06570df2eb51580292ca3a0f5c1d69d.tar.gz
Add scenario for docstory.fi
-rw-r--r--090-docstory.fi.yarn15
1 files changed, 15 insertions, 0 deletions
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"