Sha256: 66fabe63a895a540e75f0c72783fd03effa4779b7bb855c3171268d60b050b52
Contents?: true
Size: 288 Bytes
Versions: 56
Compression:
Stored size: 288 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
56 entries across 42 versions & 5 rubygems