discourse/plugins/discourse-narrative-bot
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
..
assets/javascripts/initializers DEV: s/this._super()/this._super(...arguments) (#6908) 2019-01-19 10:05:51 +01:00
autoload/jobs DEV: use unicorn in development 2018-08-07 17:13:47 +10:00
config Update translations 2019-03-11 13:55:45 -04:00
db/fixtures didn't mean to remove that seed 2017-11-23 17:00:47 +01:00
lib/discourse_narrative_bot FIX: Make Discobot image tutorial accept URL that points to images. 2018-11-15 10:52:18 +08:00
public/images remove mistakenly checked file 2017-10-20 07:07:51 -07:00
spec Add new run_jobs_synchronously! helper for tests 2019-03-11 16:58:35 -04:00
plugin.rb human? helper method on a user 2019-02-08 13:34:54 -05:00