discourse/plugins/discourse-local-dates
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 FEATURE: Add localized timezone names (#7004) 2019-02-25 14:40:02 -05:00
config Update translations 2019-03-11 13:55:45 -04:00
lib/discourse_local_dates DEV: Add local_dates post custom field 2018-09-06 23:43:24 +05:30
spec Add new `run_jobs_synchronously!` helper for tests 2019-03-11 16:58:35 -04:00
test/javascripts/acceptance FIX: always prepend watching user timezone to previews (#6695) 2018-11-29 12:02:27 +01:00
plugin.rb FIX: dates should also store recurring (#6814) 2018-12-26 23:35:10 +01:00