class Mail::Matchers::HasSentEmailMatcher

def with_html(body)

def with_html(body)
  @html_part_body = body
  self
end