提交 8e12371d 编写于 作者: J Joe Lewis

💅 fix typos in activejob queuing test

上级 40e904df
......@@ -3,13 +3,13 @@
require 'active_support/core_ext/numeric/time'
class QueuingTest < ActiveSupport::TestCase
test 'should run jobs enqueued on a listenting queue' do
test 'should run jobs enqueued on a listening queue' do
TestJob.perform_later @id
wait_for_jobs_to_finish_for(5.seconds)
assert job_executed
end
test 'should not run jobs queued on a non-listenting queue' do
test 'should not run jobs queued on a non-listening queue' do
skip if adapter_is?(:inline) || adapter_is?(:sucker_punch)
old_queue = TestJob.queue_name
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册