summaryrefslogtreecommitdiff
path: root/900-implements.yarn
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-09-25 18:38:50 +0300
committerLars Wirzenius <liw@liw.fi>2016-09-25 18:38:50 +0300
commitce3456fc26e02cc369b287a6ef7245c03be0a7f1 (patch)
treea5a029a0877aac93e898f9248d86a1e46670dd31 /900-implements.yarn
downloadserver-yarns-ce3456fc26e02cc369b287a6ef7245c03be0a7f1.tar.gz
Initial commit
Diffstat (limited to '900-implements.yarn')
-rw-r--r--900-implements.yarn17
1 files changed, 17 insertions, 0 deletions
diff --git a/900-implements.yarn b/900-implements.yarn
new file mode 100644
index 0000000..dbb63dd
--- /dev/null
+++ b/900-implements.yarn
@@ -0,0 +1,17 @@
+# Implementation of scenario steps
+
+## Server aliases
+
+ IMPLEMENTS GIVEN server is also known as (\S+)
+ pass
+
+## HTTP requests
+
+ IMPLEMENTS WHEN user fetches (\S+)
+ pass
+
+ IMPLEMENTS THEN HTTP status is (\d+)
+ pass
+
+ IMPLEMENTS THEN HTTP body matches "(.*)"
+ pass