Created
December 3, 2014 10:57
-
-
Save jcieslar/cc6ff347e3ea186158e5 to your computer and use it in GitHub Desktop.
Testing delayed mailer in rails
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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