summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-12-04 18:09:38 +0100
committerLars Wirzenius <liw@liw.fi>2016-12-04 18:09:38 +0100
commit533e47949ca60b9bff13d16d22a8b123de2d95bf (patch)
treea7b50d24db817bf30242d7ea196cd27ef9b3090d
parent8fd4b36fcd3239b0b297291704d86b8aebee3515 (diff)
downloadserver-yarns-533e47949ca60b9bff13d16d22a8b123de2d95bf.tar.gz
Add git.liw.fi scenario
-rw-r--r--70-git.liw.fi.yarn13
1 files changed, 13 insertions, 0 deletions
diff --git a/70-git.liw.fi.yarn b/70-git.liw.fi.yarn
new file mode 100644
index 0000000..b81020d
--- /dev/null
+++ b/70-git.liw.fi.yarn
@@ -0,0 +1,13 @@
+# git.liw.fi
+
+`git.liw.fi` is where my git server resides. Over HTTP it exposes
+cgit for browing public repositories.
+
+ SCENARIO git.liw.fi
+ GIVEN server is also known as git.liw.fi
+
+ WHEN user fetches http://git.liw.fi/
+ THEN HTTP status is 200
+ AND HTTP body matches "cgit"
+ AND HTTP body matches "obnam"
+ AND HTTP body matches "liw-dot-files"