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