spec/async/container/forked_spec.rb in async-container-0.16.3 vs spec/async/container/forked_spec.rb in async-container-0.16.4
- old
+ new
@@ -43,10 +43,10 @@
subject.wait
end
3.times do
trigger.last.puts "die"
- child_pid = pids.first.gets
+ _child_pid = pids.first.gets
end
thread.kill
thread.join