Ray Bradley
Joined
10 Experience
0 Lessons Completed
0 Questions Solved
Activity
Chris, thanks for making Noticed. I've been using happily using it for a while now and am in the process of upgrading to v2. Any guidance on testing? These specs, for instance, fail:
expect { RsvpLastCallNotifier.with(event: @event).deliver(members) }.to change { ActionMailer::Base.deliveries.count }.by(1)
expect { RsvpLastCallNotifier.with(event: @event).deliver([@member]) }.to have_enqueued_job(ActionMailer::MailDeliveryJob)
Any notion of, say, deliver_now
? Appreciate everything you do. Thanks!