Sha256: 4c7102012c6895ee333cc53fb5b4e4a719fc38955b93c0cbe1c510e1b9cc811f
Contents?: true
Size: 268 Bytes
Versions: 12
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 eq STDOUT io.stderr.should eq STDERR end end
Version data entries
12 entries across 12 versions & 3 rubygems