summaryrefslogtreecommitdiff
path: root/fable-arch.yaml
diff options
context:
space:
mode:
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 fb563d2..5dc8278 100644
--- a/fable-arch.yaml
+++ b/fable-arch.yaml
@@ -1,4 +1,4 @@
-- given: file "(?P<filename>\S+)"" containing (?P<content>.*)
+- given: files (?P<md>\S+), (?P<yaml>\S+), and (?P<py>\S+)
- when: I run ftt-codegen --run (?P<filename>\S+)
- then: log file says scenario "(?P<name>.+)" was run
- then: log file says step "(?P<keyword>given|when|then) (?P<name>.+)" was run