Sha256: 1cd9ee5ee57c5b258f1ef5b662abda3fcf5565fc2a19f84025738d99457b9f1c

Contents?: true

Size: 808 Bytes

Versions: 5

Compression:

Stored size: 808 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 @skip_jruby
  Scenario: Command daemon with path works correctly
    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 @skip_jruby
  Scenario: Command daemon with pid option
    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

5 entries across 5 versions & 1 rubygems

Version Path
adhearsion-2.6.4 features/cli_daemon.feature
adhearsion-2.6.3 features/cli_daemon.feature
adhearsion-2.6.2 features/cli_daemon.feature
adhearsion-2.6.1 features/cli_daemon.feature
adhearsion-2.6.0 features/cli_daemon.feature