module RSpec::Mocks::TestDouble

def assign_stubs(stubs)

def assign_stubs(stubs)
  stubs.each_pair do |message, response|
    __mock_proxy.add_simple_stub(message, response)
  end
end