class RSpec::Mocks::Space

def verify_all

def verify_all
  receivers.each do |mock|
    mock.rspec_verify
  end
end