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

Version Path
vagrant-unbundled-2.2.7.0 vendor/bundle/ruby/2.4.0/gems/childprocess-0.6.3/spec/abstract_io_spec.rb
vagrant-unbundled-2.2.7.0 vendor/bundle/ruby/2.7.0/gems/childprocess-0.6.3/spec/abstract_io_spec.rb
vagrant-unbundled-2.2.7.0 vendor/bundle/ruby/2.6.0/gems/childprocess-0.6.3/spec/abstract_io_spec.rb
vagrant-unbundled-2.2.6.2 vendor/bundle/ruby/2.6.0/gems/childprocess-0.6.3/spec/abstract_io_spec.rb
vagrant-unbundled-2.2.6.1 vendor/bundle/ruby/2.6.0/gems/childprocess-0.6.3/spec/abstract_io_spec.rb
vagrant-unbundled-2.2.6.0 vendor/bundle/ruby/2.6.0/gems/childprocess-0.6.3/spec/abstract_io_spec.rb
vagrant-unbundled-2.2.5.0 vendor/bundle/ruby/2.6.0/gems/childprocess-0.6.3/spec/abstract_io_spec.rb
vagrant-unbundled-2.2.5.0 vendor/bundle/ruby/2.5.0/gems/childprocess-0.6.3/spec/abstract_io_spec.rb
tdiary-5.0.13 vendor/bundle/gems/childprocess-0.9.0/spec/abstract_io_spec.rb
tdiary-5.0.12.1 vendor/bundle/gems/childprocess-0.9.0/spec/abstract_io_spec.rb
vagrant-unbundled-2.2.4.0 vendor/bundle/ruby/2.5.0/gems/childprocess-0.6.3/spec/abstract_io_spec.rb
vagrant-unbundled-2.2.4.0 vendor/bundle/ruby/2.6.0/gems/childprocess-0.6.3/spec/abstract_io_spec.rb
childprocess-1.0.0 spec/abstract_io_spec.rb
vagrant-unbundled-2.2.3.0 vendor/bundle/ruby/2.5.0/gems/childprocess-0.6.3/spec/abstract_io_spec.rb
tdiary-5.0.11 vendor/bundle/gems/childprocess-0.9.0/spec/abstract_io_spec.rb
vagrant-unbundled-2.2.2.0 vendor/bundle/ruby/2.5.0/gems/childprocess-0.6.3/spec/abstract_io_spec.rb
vagrant-unbundled-2.2.0.0 vendor/bundle/ruby/2.5.0/gems/childprocess-0.6.3/spec/abstract_io_spec.rb
config_gems_initialization_aim-0.1.4 vendor/bundle/ruby/2.5.0/gems/config_gems_initialization_aim-0.1.1/vendor/bundle/ruby/2.5.0/gems/childprocess-0.9.0/spec/abstract_io_spec.rb
config_gems_initialization_aim-0.1.4 vendor/bundle/ruby/2.5.0/gems/childprocess-0.9.0/spec/abstract_io_spec.rb
config_gems_initialization_aim-0.1.3 vendor/bundle/ruby/2.5.0/gems/childprocess-0.9.0/spec/abstract_io_spec.rb