DEV Community

Discussion on: Test ActionMailer `deliver_later` in RSpec Controller Tests

Collapse
 
mainangethe profile image
Ng'ethe Maina • Edited

Great Tutorial, really helped me a lot.

R7 takes it as

   expect{ action_under_test }. to have_enqueued_job(ActionMailer::MailDeliveryJob)
Enter fullscreen mode Exit fullscreen mode