From 4b0f0bc37e3443a2ab187f743a60da75a17f6083 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Sat, 28 Feb 2015 23:31:11 +0900 Subject: add `ActiveJob::TestCase` to list of classes providing for test [ci skip] --- guides/source/testing.md | 1 + 1 file changed, 1 insertion(+) (limited to 'guides') diff --git a/guides/source/testing.md b/guides/source/testing.md index 14bc75aa7d..cb3bd68fbe 100644 --- a/guides/source/testing.md +++ b/guides/source/testing.md @@ -450,6 +450,7 @@ All the basic assertions such as `assert_equal` defined in `Minitest::Assertions * `ActionMailer::TestCase` * `ActionView::TestCase` * `ActionDispatch::IntegrationTest` +* `ActiveJob::TestCase` Each of these classes include `Minitest::Assertions`, allowing us to use all of the basic assertions in our tests. -- cgit v1.2.3