module ActiveSupport::Testing::Isolation

def self.forking_env?

def self.forking_env?
  !ENV["NO_FORK"] && Process.respond_to?(:fork)
end