summaryrefslogtreecommitdiff
path: root/yarns/100-hello.yarn
diff options
context:
space:
mode:
Diffstat (limited to 'yarns/100-hello.yarn')
-rw-r--r--yarns/100-hello.yarn15
1 files changed, 0 insertions, 15 deletions
diff --git a/yarns/100-hello.yarn b/yarns/100-hello.yarn
deleted file mode 100644
index d719497..0000000
--- a/yarns/100-hello.yarn
+++ /dev/null
@@ -1,15 +0,0 @@
-# Controller smoke test
-
-This scenario is just for making sure we can, in our tests, start and
-stop the controller, and make requests to it.
-
- SCENARIO controller smoke test
- GIVEN a running controller instance
-
- WHEN user calls GET /version
- THEN response has status 200, and JSON body "{ "version": "1.0" }"
-
- WHEN user calls GET /blatherskite
- THEN response has status 404
-
- FINALLY stop controller instance