discourse/spec/support
Robin Ward fa5a158683 REFACTOR: Move `queue_jobs` out of `SiteSetting`
It is not a setting, and only relevant in specs. The new API is:

```
Jobs.run_later!        # jobs will be thrown on the queue
Jobs.run_immediately!  # jobs will run right away, avoid the queue
```
2019-03-14 10:47:38 -04:00
..
versioning
diagnostics_helper.rb Improve `MessageBus.track_publish` to allow filter by channel. 2017-10-02 11:34:57 +08:00
discourse_event_helper.rb Remove stubs on DiscourseEvent in tests. 2017-06-01 16:21:00 +09:00
fake_logger.rb FIX: logspam due to 404s on CSS files 2019-02-14 17:58:16 +11:00
helpers.rb REFACTOR: Move `queue_jobs` out of `SiteSetting` 2019-03-14 10:47:38 -04:00
integration_helpers.rb DEV: Assert for 200 response code to avoid changing magic helper in the future. 2018-06-07 16:11:09 +08:00
match_html_matcher.rb Fix warnings for rspec 3 2015-04-25 21:02:06 -04:00
rate_limit_matcher.rb
shared_examples_for_stats_cacheable.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
site_settings_helpers.rb DEV: Stablize the multisite tests. 2019-01-16 10:29:36 +08:00
time_matcher.rb Fix warnings for rspec 3 2015-04-25 21:02:06 -04:00