class RSpec::Mocks::Proxy

def reset

def reset
  method_doubles.each {|d| d.reset}
end