Sha256: 85c036bc7a364849ab8aeacd5f59f329ea89430c9b679c19207384d5dedb2d93
Contents?: true
Size: 268 Bytes
Versions: 56
Compression:
Stored size: 268 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
56 entries across 54 versions & 10 rubygems