summaryrefslogtreecommitdiff
path: root/fable-arch.yaml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-08-31 20:52:51 +0300
committerLars Wirzenius <liw@liw.fi>2019-08-31 20:52:51 +0300
commite41d768b17f0eefce1d50a9bc2834e49db6176bd (patch)
treeb2eb87a5c3eae37ccdf3882713692f8ed7efb1b1 /fable-arch.yaml
parent5976fcf653a9ada91a8d56b5a277a83cd73c144c (diff)
downloadfable-poc-e41d768b17f0eefce1d50a9bc2834e49db6176bd.tar.gz
Refactor: share identical input files between scenarios
Diffstat (limited to 'fable-arch.yaml')
-rw-r--r--fable-arch.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/fable-arch.yaml b/fable-arch.yaml
index 0777104..770dec8 100644
--- a/fable-arch.yaml
+++ b/fable-arch.yaml
@@ -1,4 +1,4 @@
-- given: files (?P<md>\S+), (?P<yaml>\S+), and (?P<py>\S+)
+- given: files (?P<md>\S+), (?P<yaml>\S+) \(from (?P<yamlfrom>\S+)\), and (?P<py>\S+) \(from (?P<pyfrom>\S+)\)
- when: I run ftt-docgen --html (?P<filename>\S+)
- when: I run ftt-docgen --pdf (?P<filename>\S+)
- when: I run ftt-codegen --run (?P<filename>\S+)