Sha256: a01855e83415fe2377528d4e1bc61bbf7571d136e64e10636c45596badf3a26a
Contents?: true
Size: 334 Bytes
Versions: 11
Compression:
Stored size: 334 Bytes
Contents
require File.expand_path('../spec_helper', __FILE__) shared_examples_for "a platform that provides the child's pid" do it "knows the child's pid" do Tempfile.open("pid-spec") do |file| process = write_pid(file.path).start process.wait process.pid.should == rewind_and_read(file).chomp.to_i end end end
Version data entries
11 entries across 11 versions & 3 rubygems