Sha256: f0d5447948e360ee5fb573ac63d1b36a26f8135f2cb5effce1225bfe145f3a25

Contents?: true

Size: 440 Bytes

Versions: 1

Compression:

Stored size: 440 Bytes

Contents

Feature: Run simple subprocesses that report running

  As a ruby hacker
  I want to run system subprocesses that report their running status
  So that I know when said subprocess is finished without waiting

  Scenario: run simple subprocess that finishes fast
    Given I have a new subprocess that runs fast
    When I invoke the run method of said fast subprocess
    Then the subprocess should report running as false without waiting

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
subprocess-0.1.6 features/popen_running.feature