From ce3456fc26e02cc369b287a6ef7245c03be0a7f1 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 25 Sep 2016 18:38:50 +0300 Subject: Initial commit --- 900-implements.yarn | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 900-implements.yarn (limited to '900-implements.yarn') 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 -- cgit v1.2.1