From 7c68fc98d8f67ee55b8cedadad2bdd3a7788dbf3 Mon Sep 17 00:00:00 2001 From: Conrad Beach Date: Thu, 28 Sep 2017 16:51:09 -0600 Subject: [ci skip] Fix typo. --- guides/source/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') diff --git a/guides/source/testing.md b/guides/source/testing.md index 4ee3267261..c5b2a694e7 100644 --- a/guides/source/testing.md +++ b/guides/source/testing.md @@ -1513,7 +1513,7 @@ class BillingJobTest < ActiveJob::TestCase end ``` -This test is pretty simple and only asserts that the job get the work done +This test is pretty simple and only asserts that the job got the work done as expected. By default, `ActiveJob::TestCase` will set the queue adapter to `:test` so that -- cgit v1.2.3