Sha256: a3e7d7fc44c9f29da0fb0aad0e460d8c3fa0010151ff67983f261aa47f5b96f5
Contents?: true
Size: 233 Bytes
Versions: 25
Compression:
Stored size: 233 Bytes
Contents
require "spec_helper" describe "forking" do it do # TODO: The defined?(RUBY_ENGINE) check can be dropped for simplecov 1.0.0 Process.waitpid(Kernel.fork {}) unless defined?(RUBY_ENGINE) && RUBY_ENGINE == "jruby" end end
Version data entries
25 entries across 25 versions & 8 rubygems