module RSpec::Mocks

def self.verify

test or example. This should be called at the end of an example.
Verifies any message expectations that were set during the
def self.verify
  space.verify_all
end