module RSpec::Mocks::TestDouble

def initialize_copy(other)

def initialize_copy(other)
  as_null_object if other.null_object?
  super
end