discourse/app/jobs
Guo Xiang Tan 34b29f62db DEV: Remove the use of stubs and mocks in Jobs::UserEmail tests.
We can only be sure that an email is sent when we get a mailer in
`ActionMailer::Deliveries`. A couple of tests were actually incorrect
because it didn't flow through our email sender where there are more
conditions in determining whether an email is sent or not.
2019-03-12 09:39:16 +08:00
..
concerns PERF: Restrict number of skipped email log for Jobs::UserEmail. 2018-08-21 11:14:43 +08:00
onceoff FIX: Add onceoff job to remove double quotes from s3 etags 2019-02-14 05:19:41 +05:30
regular DEV: Remove the use of stubs and mocks in Jobs::UserEmail tests. 2019-03-12 09:39:16 +08:00
scheduled DEV: Use User#human? User#bot? (#7140) 2019-03-12 07:58:14 +08:00
base.rb DEV: Add 'starting' event to sidekiq log when interval logging enabled 2019-03-08 10:56:36 +00:00
onceoff.rb Prefer create over create! when not checking for response. 2018-09-19 18:22:54 +08:00