Sha256: dbb41a4ab287be471ff9875e90df2b0cf03c3b1b3faabfd7dc81f61194fda1c0
Contents?: true
Size: 276 Bytes
Versions: 67
Compression:
Stored size: 276 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! expect(io.stdout).to eq STDOUT expect(io.stderr).to eq STDERR end end
Version data entries
67 entries across 54 versions & 9 rubygems