Sha256: 9857e0548998bb9942d57791606c8f49d91f59475c8576cd79958d10321d4c0d
Contents?: true
Size: 445 Bytes
Versions: 3
Compression:
Stored size: 445 Bytes
Contents
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.4 | features/task.feature |
mutagem-0.2.3 | features/task.feature |
mutagem-0.2.2 | features/task.feature |