Sha256: a9bfdd475582116fe3eeca999d76980717b4e4abd2d0e0ae0b2af497c09087aa

Contents?: true

Size: 439 Bytes

Versions: 2

Compression:

Stored size: 439 Bytes

Contents

Feature: Cumuli exits the app gracefully
  In order to use Cumuli to test in an integration way, a suite of apps and services
  As a developer with a SOA stack
  I want cucumber to exit with a good success code

  Background:
    Given the app suite is loaded

  Scenario: App is stopped in a cucumber step
    When I shutdown the app suite
    Then the processes should not be running
    And I should see that the rake was not aborted


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cumuli-0.3.2 features/graceful_exit.feature
cumuli-0.3.1 features/graceful_exit.feature