summaryrefslogtreecommitdiff
path: root/subplot/vendored/daemon.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'subplot/vendored/daemon.yaml')
-rw-r--r--subplot/vendored/daemon.yaml17
1 files changed, 0 insertions, 17 deletions
diff --git a/subplot/vendored/daemon.yaml b/subplot/vendored/daemon.yaml
deleted file mode 100644
index 6165c62..0000000
--- a/subplot/vendored/daemon.yaml
+++ /dev/null
@@ -1,17 +0,0 @@
-- given: there is no "{args:text}" process
- function: daemon_no_such_process
-
-- when: I start "{path}{args:text}" as a background process as {name}, on port {port}
- function: daemon_start_on_port
-
-- when: I start "{path}{args:text}" as a background process as {name}
- function: daemon_start
-
-- when: I stop background process {name}
- function: daemon_stop
-
-- then: a process "{args:text}" is running
- function: daemon_process_exists
-
-- then: there is no "{args:text}" process
- function: daemon_no_such_process