Hi,

I recently found these two helpers (assert_emails, assert_no_emails) inside 
ActionMailer gem:
https://github.com/rails/rails/blob/master/actionmailer/lib/action_mailer/test_helper.rb

I wonder why they are not mentioned in the official documentation:

   - http://guides.rubyonrails.org/testing.html#testing-your-mailers
   - http://guides.rubyonrails.org/action_mailer_basics.html

Are they deprecated ? Should I use them or better to stick with 
`assert_difference 
'ActionMailer::Base.deliveries.size', +1 do` ?

Regards,
Anton

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msg/rubyonrails-talk/-/47jc3toiO8UJ.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to