Fix test case class in the testing guide [ci skip]

上级 51b3edd0
......@@ -1201,7 +1201,7 @@ within a model:
```ruby
require 'test_helper'
class ProductTest < ActiveSupport::TestCase
class ProductTest < ActiveJob::TestCase
test 'billing job scheduling' do
assert_enqueued_with(job: BillingJob) do
product.charge(account)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册