mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update to ruby/spec@34e6246
This commit is contained in:
parent
d51b4e34fb
commit
070cbe22b7
35 changed files with 127 additions and 133 deletions
|
@ -60,7 +60,7 @@ describe :process_fork, shared: true do
|
|||
else
|
||||
Process.waitpid(child_id)
|
||||
end
|
||||
File.exist?(@file).should == true
|
||||
File.should.exist?(@file)
|
||||
end
|
||||
|
||||
it "runs a block in a child process" do
|
||||
|
@ -69,7 +69,7 @@ describe :process_fork, shared: true do
|
|||
Process.exit!
|
||||
}
|
||||
Process.waitpid(pid)
|
||||
File.exist?(@file).should == true
|
||||
File.should.exist?(@file)
|
||||
end
|
||||
|
||||
it "marks threads from the parent as killed" do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue