From f270c36f40edd5ead9310670c2fae60a92c06340 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 9 Apr 2020 08:39:35 +0300 Subject: Fix up subplot --- binds.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 binds.yaml (limited to 'binds.yaml') diff --git a/binds.yaml b/binds.yaml new file mode 100644 index 0000000..bc9d052 --- /dev/null +++ b/binds.yaml @@ -0,0 +1,20 @@ +- given: a working contractor + function: contractor_is_working + +- given: file (?P\S+) + function: create_file + +- when: I run contractor build (?P\S+) + function: run_contractor_build + +- when: I run contractor dump (?P\S+) + function: run_contractor_dump + +- then: exit code is (?P\d+) + function: exit_code_is + +- then: artifact (?P\S+) exists + function: nop + +- then: the JSON output matches (?P\S+) + function: stdout_json_matches_yaml_file -- cgit v1.2.1