Robin Ward d1d9a4f128 Add new run_jobs_synchronously! helper for tests
Previously if you wanted to have jobs execute in test mode, you'd have
to do `SiteSetting.queue_jobs = false`, because the opposite of queue
is to execute.

I found this very confusing, so I created a test helper called
`run_jobs_synchronously!` which is much more clear about what it does.
2019-03-11 16:58:35 -04:00
..
2017-07-24 21:46:08 +09:00
2017-09-25 13:49:00 +08:00
2018-04-26 17:24:16 +10:00
2019-03-11 11:12:11 +08:00
2018-05-25 15:54:14 +10:00