Sha256: c8c7f4a819547dddc8d2b831b2ffc1249fd3f66212f13566e3560eff7bea1198

Contents?: true

Size: 435 Bytes

Versions: 1

Compression:

Stored size: 435 Bytes

Contents

Feature: Watch daemon

  In order to notify launchd about a terminated daemon
  As a funky user
  I want foreground to terminate as well

  Scenario: Terminate when daemon goes down
    Given I run the sample daemon via foreground
    Then foreground should run
    And the sample daemon should run
    Given I run `sleep 2`
    When I kill the sample daemon
    Then foreground should not run
    And the sample daemon should not run

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
foreground-0.1.0 features/watch_daemon.feature