aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/queueing/synchronous_queue_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Move background jobs to the 'jobs' branch until fully baked. Not shipping ↵Jeremy Kemper2012-12-211-27/+0
| | | | with Rails 4.0.
* Always run jobs using a consumer, even in synchronous & test queues, to ↵Jeremy Kemper2012-09-161-0/+27
ensure shared behavior.