instance method
enable_test_adapter
Ruby on Rails 6.0.6
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 28
def enable_test_adapter(test_adapter)
self._test_adapter = test_adapter
end
Defined in activejob/lib/active_job/test_helper.rb line 28
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveJob::TestHelper::TestQueueAdapter::ClassMethods