Sha256: da706e0d972b7c29bb89a7c217c45392f9ad89bf8a87f68b0584a43ad0ae2d7c
Contents?: true
Size: 248 Bytes
Versions: 52
Compression:
Stored size: 248 Bytes
Contents
require File.expand_path('../../../../spec_helper', __FILE__) describe "Process::Status#pid" do =begin before :each do @pid = ruby_exe("print $$").to_i end it "returns the pid of the process" do $?.pid.should == @pid end =end end
Version data entries
52 entries across 52 versions & 2 rubygems