summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-01-30 10:29:29 +0200
committerLars Wirzenius <liw@liw.fi>2021-01-30 11:53:01 +0200
commit630d13597b69f278a67699c8938ef8721e4423e0 (patch)
treedbf0e879e73d36d9e5de90d6fb5b229ab83e7456
parentadda6613d7fdf47967d5d55057044ac618d40d1a (diff)
downloadewww-630d13597b69f278a67699c8938ef8721e4423e0.tar.gz
refactor: drop now-unnecessary binding
-rw-r--r--subplot/ewww.yaml7
1 files changed, 0 insertions, 7 deletions
diff --git a/subplot/ewww.yaml b/subplot/ewww.yaml
index ec5395f..7353863 100644
--- a/subplot/ewww.yaml
+++ b/subplot/ewww.yaml
@@ -5,16 +5,9 @@
function: start_server
cleanup: stop_server
-- given: "{count} files in {dirname}"
- function: fixme
-
- given: directory {dirname}
function: create_directory
-- given: file (?P<filename>\S+) with "(?P<content>.*)"
- regex: true
- function: create_file
-
- then: I am redirected to {location}
function: fixme