Method: EmailSpec::Matchers#include_email_with_subject
- Defined in:
- lib/email_spec/matchers.rb
#include_email_with_subject(*emails) ⇒ Object
271 272 273 |
# File 'lib/email_spec/matchers.rb', line 271 def include_email_with_subject(*emails) IncludeEmailWithSubject.new(emails.flatten.first) end |