module Mail::Matchers

Public Instance Methods

have_sent_email() click to toggle source
# File lib/mail/matchers/has_sent_mail.rb, line 3
def have_sent_email
  HasSentEmailMatcher.new(self)
end