class RSpec::Mocks::Space

def verify_all

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