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

This commit is contained in:
Rafael Mendonça França 2015-01-21 13:12:24 -02:00
parent 51b3edd00c
commit 01c1667b97

@ -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)