features/cli.feature in flapjack-0.8.1 vs features/cli.feature in flapjack-0.8.2
- old
+ new
@@ -67,10 +67,11 @@
When I stop flapjack with `flapjack stop --config tmp/cucumber_cli/flapjack_cfg_d.yaml`
Then flapjack should stop within 15 seconds
Scenario: Reloading flapjack configuration
When I start flapjack with `flapjack start --config tmp/cucumber_cli/flapjack_cfg.yaml`
+ Then flapjack should start within 15 seconds
When I run `mv tmp/cucumber_cli/flapjack_cfg.yaml tmp/cucumber_cli/flapjack_cfg.yaml.bak`
Given a file named "flapjack_cfg.yaml" with:
"""
test:
redis:
@@ -78,9 +79,9 @@
processor:
enabled: no
"""
When I send a SIGHUP to the flapjack process
# TODO how to test for config file change?
- When I send a SIGINT to the flapjack process
+ When I stop flapjack with `flapjack stop --config tmp/cucumber_cli/flapjack_cfg_d.yaml`
Then flapjack should stop within 15 seconds