summaryrefslogtreecommitdiff
path: root/my-sites.md
blob: 724a45c212276c6050b024ca360f5470f5f52d9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Introduction

This is a simplistic set of acceptance criteria for my various
websites.

# liw.fi

~~~scenario
when I fetch https://liw.fi
then page contains "I am Lars Wirzenius"
~~~

# blog.liw.fi

~~~scenario
when I fetch https://blog.liw.fi
then page contains "Welcome to my web log."
~~~

# subplot.liw.fi

~~~scenario
when I fetch https://subplot.liw.fi
then page contains "Subplot"
then page contains "stakeholder"
~~~

---
title: Do my sites work?
author: Lars Wirzenius
template: python
bindings: my-sites.yaml
functions: my-sites.py
...