method

queue_adapter_for_test

Importance_1
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: TestHelper
queue_adapter_for_test() public

Returns a queue adapter instance to use with all Active Job test helpers. By default, returns an instance of ActiveJob::QueueAdapters::TestAdapter. Override this method to specify a different adapter. The adapter must implement the same interface as ActiveJob::QueueAdapters::TestAdapter.

Show source
Register or log in to add new notes.