class Mail::Matchers::HasSentEmailMatcher

def matches_on_text_part_body?(delivery)

def matches_on_text_part_body?(delivery)
  delivery.text_part.body == @text_part_body
end