提交 29f88364 编写于 作者: J Jon Moss 提交者: GitHub

Merge pull request #26648 from y-yagi/update_description_of_queue_adapter

update description of queue adapter in test [ci skip]
......@@ -1317,8 +1317,8 @@ end
This test is pretty simple and only asserts that the job get the work done
as expected.
By default, `ActiveJob::TestCase` will set the queue adapter to `:async` so that
your jobs are performed in an async fashion. It will also ensure that all previously performed
By default, `ActiveJob::TestCase` will set the queue adapter to `:test` so that
your jobs are performed inline. It will also ensure that all previously performed
and enqueued jobs are cleared before any test run so you can safely assume that
no jobs have already been executed in the scope of each test.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册