class Mail::Matchers::HasSentEmailMatcher

def matches_on_body_matcher?(delivery)

def matches_on_body_matcher?(delivery)
  @body_matcher.match delivery.body.raw_source
end