module ActiveSupport::Testing::Isolation

def run

def run
  serialized = run_in_isolation do
    super
  end
  Marshal.load(serialized)
end