class Mail::Matchers::HasSentEmailMatcher

def with_body(body)

def with_body(body)
  @body = body
  self
end