Class
Mail::Matchers::HasSentEmailMatcher
In:
lib/mail/matchers/has_sent_mail.rb
Parent:
Object
Methods
description
dump_deliveries
explain_expectations
failure_message
filter_matched_deliveries
from
matches?
matches_on_body?
matches_on_body_matcher?
matches_on_recipients?
matches_on_sender?
matches_on_subject?
matches_on_subject_matcher?
matching_body
matching_subject
negative_failure_message
new
to
with_body
with_subject
Public Class methods
new
(_context)
Public Instance methods
description
()
failure_message
()
from
(sender)
matches?
(subject)
matching_body
(body_matcher)
matching_subject
(subject_matcher)
negative_failure_message
()
to
(recipient_or_list)
with_body
(body)
with_subject
(subject)
Protected Instance methods
dump_deliveries
()
explain_expectations
()
filter_matched_deliveries
(deliveries)
matches_on_body?
(delivery)
matches_on_body_matcher?
(delivery)
matches_on_recipients?
(delivery)
matches_on_sender?
(delivery)
matches_on_subject?
(delivery)
matches_on_subject_matcher?
(delivery)
[Validate]