Module: MailerHelper
- Defined in:
- lib/myrails/templates/spec/support/helpers/mailer.rb
Instance Method Summary collapse
Instance Method Details
#clear_inbox ⇒ Object
6 7 8 |
# File 'lib/myrails/templates/spec/support/helpers/mailer.rb', line 6 def clear_inbox ActionMailer::Base.deliveries.clear end |
#inbox ⇒ Object
2 3 4 |
# File 'lib/myrails/templates/spec/support/helpers/mailer.rb', line 2 def inbox ActionMailer::Base.deliveries end |