This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/lib/generators/plugin
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
..
templates Add new run_jobs_synchronously! helper for tests 2019-03-11 16:58:35 -04:00
plugin_generator.rb DEV: plugin generator support for spec/test/controller/routes (#6344) 2018-08-30 16:38:25 +02:00