discourse/plugins/discourse-narrative-bot/spec
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
..
discourse_narrative_bot REFACTOR: Move queue_jobs out of SiteSetting 2019-03-14 10:47:38 -04:00
jobs correct specs 2018-06-07 16:13:15 +10:00
lib FEATURE: Upload Site Settings. (#6573) 2018-11-14 15:03:02 +08:00
requests FIX: Properly support defaults for upload site settings. 2019-03-13 16:36:57 +08:00
user_spec.rb REFACTOR: Move queue_jobs out of SiteSetting 2019-03-14 10:47:38 -04:00