instance method
enable_test_adapter
Ruby on Rails 7.0.10
Since v5.2.8.1Signature
enable_test_adapter(test_adapter)
No documentation comment.
Parameters
-
test_adapterreq
Source
# File activejob/lib/active_job/test_helper.rb, line 31
def enable_test_adapter(test_adapter)
self._test_adapter = test_adapter
end
Defined in activejob/lib/active_job/test_helper.rb line 31
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveJob::TestHelper::TestQueueAdapter::ClassMethods