features/cli_daemon.feature in adhearsion-2.0.0.alpha3 vs features/cli_daemon.feature in adhearsion-2.0.0.beta1

- old
+ new

@@ -7,15 +7,14 @@ Given JRuby skip test Given that I create a valid app under "path/somewhere" When I run `ahn daemon path/somewhere` And I cd to "path/somewhere" And I terminate the process using the pid file "adhearsion.pid" - Then the output should contain "Daemonizing now" - And the exit status should be 0 + Then the exit status should be 0 Scenario: Command daemon with pid option Given JRuby skip test Given that I create a valid app under "path/somewhere" When I run `ahn daemon path/somewhere --pid-file=ahn.pid` And I cd to "path/somewhere" And I terminate the process using the pid file "ahn.pid" - Then the output should contain "Daemonizing now" + Then the exit status should be 0