Module
EmailSpec::Matchers
In:
lib/email_spec/matchers.rb
Methods
bcc_to
be_delivered_from
be_delivered_to
cc_to
deliver_from
deliver_to
have_body_text
have_header
have_reply_to
have_subject
include_email_with_subject
included
reply_to
Classes and Modules
Class
EmailSpec::Matchers::BccTo
Class
EmailSpec::Matchers::CcTo
Class
EmailSpec::Matchers::DeliverFrom
Class
EmailSpec::Matchers::DeliverTo
Class
EmailSpec::Matchers::EmailMatcher
Class
EmailSpec::Matchers::HaveBodyText
Class
EmailSpec::Matchers::HaveHeader
Class
EmailSpec::Matchers::HaveSubject
Class
EmailSpec::Matchers::IncludeEmailWithSubject
Class
EmailSpec::Matchers::ReplyTo
Public Class methods
included
(base)
Public Instance methods
bcc_to
(*expected_email_addresses_or_objects_that_respond_to_email)
be_delivered_from
(email)
Alias for
deliver_from
be_delivered_to
(*expected_email_addresses_or_objects_that_respond_to_email)
Alias for
deliver_to
cc_to
(*expected_email_addresses_or_objects_that_respond_to_email)
deliver_from
(email)
deliver_to
(*expected_email_addresses_or_objects_that_respond_to_email)
have_body_text
(text)
have_header
(name, value)
have_reply_to
(email)
Alias for
reply_to
have_subject
(subject)
include_email_with_subject
(*emails)
reply_to
(email)
[Validate]