summaryrefslogtreecommitdiff
path: root/riki.md
diff options
context:
space:
mode:
Diffstat (limited to 'riki.md')
-rw-r--r--riki.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/riki.md b/riki.md
index 00637dc..62093ff 100644
--- a/riki.md
+++ b/riki.md
@@ -468,4 +468,15 @@ the site content should be excluded._
~~~scenario
given an installed riki
+given file site/index.mdwn from empty
+given file site/img.jpg from empty
+given file site/.git/HEAD from empty
+given file site/index.mdwn~ from empty
+given file site/#index.mdwn# from empty
+when I run riki list site
+then stdout contains "img.jpg"
+then stdout contains "index.mdwn"
+then stdout doesn't contain ".git"
+then stdout doesn't contain "index.mdwn~"
+then stdout doesn't contain "#index.mdwn#"
~~~