module Mail::Matchers

def have_sent_email

def have_sent_email
  HasSentEmailMatcher.new(self)
end