class Mail::Matchers::HasSentEmailMatcher

def matches_on_copy_recipients?(delivery)

def matches_on_copy_recipients?(delivery)
  @copy_recipients.all? {|recipient| delivery.cc.include?(recipient) }
end