Sha256: 91652879b260eb4e1cf7bfc60c739911a9ac21e2429f5bc9a8fe5a28463e1a41

Contents?: true

Size: 455 Bytes

Versions: 3

Compression:

Stored size: 455 Bytes

Contents

@announce
Feature: Simple process management wrapper

  Manage subprocess tasks in a separate thread
  in order to capture the output and manage additional tasks
  based on the subprocess exit status

  Scenario: Sucessfully run a subprocess
    Given a Ruby source file that uses Mutagem::Task named "tasker.rb"
    When I run "ruby tasker.rb"
    Then the exit status should be 2
    And the output should contain:
      """
      hello world
      """

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mutagem-0.2.1 features/task.feature
mutagem-0.2.0 features/task.feature
mutagem-0.1.3 features/task.feature