discourse/spec/lib
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
..
backup_restore Fix failing spec 2019-02-08 21:38:10 +01:00
content_security_policy FEATURE: allow plugins and themes to extend the default CSP (#6704) 2018-11-30 09:51:45 -05:00
site_settings DEV: Remove unnecessary `to_not raise_error` from specs 2018-12-17 16:10:10 +01:00
browser_detection_spec.rb FIX: Fix browser detection for Microsoft Edge. (#6516) 2018-10-22 23:15:41 +11:00
content_security_policy_spec.rb FEATURE: Calculate CSP based on active themes (#6976) 2019-02-11 12:32:04 +00:00
db_helper_spec.rb PERF: new 'migrate_to_s3' rake task 2018-12-26 17:34:49 +01:00
encodings_spec.rb Use rchardet instead of charlock_holmes gem 2018-08-01 10:41:20 +02:00
introduction_updater_spec.rb FIX: Wizard tries harder to find existing Welcome Topic 2018-12-06 10:27:22 +01:00
mini_sql_multisite_connection_spec.rb Rubocop fix 2018-07-24 10:49:20 +01:00
theme_javascript_compiler_spec.rb FIX: Prevent duplicate params for raw template theme handlebars helpers 2019-02-08 12:54:00 +00:00
upload_creator_spec.rb FEATURE: Add S3 etag value to uploads table (#6795) 2019-01-04 14:16:22 +08:00
upload_recovery_spec.rb Add new `run_jobs_synchronously!` helper for tests 2019-03-11 16:58:35 -04:00