class Mail::Matchers::HasSentEmailMatcher

def with_no_attachments

def with_no_attachments
  @having_attachments = false
  self
end