class RSpec::Mocks::Space

def reset_all

def reset_all
  mocks.each do |mock|
    mock.rspec_reset
  end
  mocks.clear
end