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