class Mail::Matchers::HasSentEmailMatcher

def with_text(body)

def with_text(body)
  @text_part_body = body
  self
end