Sha256: bab8cbb51886bf81687b08a189ea88a21e38cd533f39db96148638943531eca6
Contents?: true
Size: 836 Bytes
Versions: 27
Compression:
Stored size: 836 Bytes
Contents
Feature: Adhearsion Ahn CLI (daemon) As an Adhearsion user I want the ahn command to provide a 'daemon' command So that I can start my adhearsion app as a daemon @reconnect Scenario: Command daemon with path works correctly 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 exit status should be 0 @reconnect 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 exit status should be 0
Version data entries
27 entries across 27 versions & 1 rubygems