From 597752a38d69b1e716cd23718f37dab0f059d48f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 31 Jan 2017 19:23:18 +0200 Subject: Rename file --- 070-git.liw.fi.yarn | 24 ++++++++++++++++++++++++ 70-git.liw.fi.yarn | 24 ------------------------ 2 files changed, 24 insertions(+), 24 deletions(-) create mode 100644 070-git.liw.fi.yarn delete mode 100644 70-git.liw.fi.yarn diff --git a/070-git.liw.fi.yarn b/070-git.liw.fi.yarn new file mode 100644 index 0000000..46e6fda --- /dev/null +++ b/070-git.liw.fi.yarn @@ -0,0 +1,24 @@ +# 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 "bumper" + +It must also have Gitano accessible over ssh. + + WHEN user runs Gitano help + THEN exit code is 0 + AND standard error matches "Gitano" + +Also, it'd be nice if the anonymous git protocol works. + + WHEN user clones the bumper repository over git:// + THEN exit code is 0 diff --git a/70-git.liw.fi.yarn b/70-git.liw.fi.yarn deleted file mode 100644 index 46e6fda..0000000 --- a/70-git.liw.fi.yarn +++ /dev/null @@ -1,24 +0,0 @@ -# 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 "bumper" - -It must also have Gitano accessible over ssh. - - WHEN user runs Gitano help - THEN exit code is 0 - AND standard error matches "Gitano" - -Also, it'd be nice if the anonymous git protocol works. - - WHEN user clones the bumper repository over git:// - THEN exit code is 0 -- cgit v1.2.1