discourse/spec/integration
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
..
category_tag_spec.rb
flags_spec.rb
invite_only_registration_spec.rb
multisite_spec.rb
rate_limiting_spec.rb
same_ip_spammers_spec.rb FIX: When disagreeing with a flag that silenced a user, unsilence them 2019-02-08 08:50:50 -05:00
spam_rules_spec.rb FIX: When disagreeing with a flag that silenced a user, unsilence them 2019-02-08 08:50:50 -05:00
topic_auto_close_spec.rb
user_api_keys_spec.rb
watched_words_spec.rb Add new `run_jobs_synchronously!` helper for tests 2019-03-11 16:58:35 -04:00