Sha256: 3a292c5874527c2852596f12668b9a9c12bb8a4aacc1c6c99f7f26f6a3c4cca7
Contents?: true
Size: 274 Bytes
Versions: 1
Compression:
Stored size: 274 Bytes
Contents
require File.expand_path('../spec_helper', __FILE__) describe ChildProcess::AbstractIO do let(:io) { ChildProcess::AbstractIO.new } it "inherits the parent's IO streams" do io.inherit! io.stdout.should == STDOUT io.stderr.should == STDERR end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
childprocess-0.1.2 | spec/abstract_io_spec.rb |