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. |
||
|---|---|---|
| .. | ||
| category_tag_spec.rb | ||
| flags_spec.rb | ||
| invite_only_registration_spec.rb | ||
| multisite_spec.rb | ||
| rate_limiting_spec.rb | ||
| same_ip_spammers_spec.rb | ||
| spam_rules_spec.rb | ||
| topic_auto_close_spec.rb | ||
| user_api_keys_spec.rb | ||
| watched_words_spec.rb | ||