instance method
enqueued_jobs
Ruby on Rails 5.2.8.1
Since v4.2.9Signature
enqueued_jobs()
Provides a store of all the enqueued jobs with the TestAdapter so you can check them.
Source
# File activejob/lib/active_job/queue_adapters/test_adapter.rb, line 19
def enqueued_jobs
@enqueued_jobs ||= []
end
Defined in activejob/lib/active_job/queue_adapters/test_adapter.rb line 19
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveJob::QueueAdapters::TestAdapter