Flowdock
method

queue_adapter

Importance_1
v5.2.3 - Show latest stable - 0 notes - Class: TestHelper
queue_adapter() public

Accesses the queue_adapter set by ActiveJob::Base.

def test_assert_job_has_custom_queue_adapter_set
  assert_instance_of CustomQueueAdapter, HelloJob.queue_adapter
end
Show source
Register or log in to add new notes.