aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/adapters/que.rb
blob: af77b0d4d129d8aaa476f128cf0fb1ed5419bb1c (plain) (blame)
1
2
3
4
5
6
# frozen_string_literal: true

require "support/que/inline"

ActiveJob::Base.queue_adapter = :que
Que.mode = :sync