summaryrefslogtreecommitdiff
path: root/ewww.md
diff options
context:
space:
mode:
Diffstat (limited to 'ewww.md')
-rw-r--r--ewww.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/ewww.md b/ewww.md
index 7d2ed8d..9621570 100644
--- a/ewww.md
+++ b/ewww.md
@@ -99,7 +99,16 @@ hosts:
~~~
-## Not really a smoke test
+## Smoke test
+
+~~~scenario
+given a running server using config file smoke.yaml
+when I create webroot/foo with "hello, world"
+and I request GET https://example.com/foo
+then I get status code 200
+and header content-type is "text/plain"
+and body is "hello, world\n"
+~~~
~~~scenario-disabled
given a self-signed certificate as snakeoil.pem, using key snakeoil.key