Skip to content

Instantly share code, notes, and snippets.

@jcieslar
Created December 3, 2014 10:57
Show Gist options
  • Save jcieslar/cc6ff347e3ea186158e5 to your computer and use it in GitHub Desktop.
Save jcieslar/cc6ff347e3ea186158e5 to your computer and use it in GitHub Desktop.
Testing delayed mailer in rails
expect do
time_travel_to(start_date-7.days) {
EventReminder.new.perform
}
end.to change { Sidekiq::Extensions::DelayedMailer.jobs.size }.by(2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment