class Mail::Matchers::HasSentEmailMatcher

def with_subject(subject)

def with_subject(subject)
  @subject = subject
  self
end