aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2017-09-29 08:08:37 -0500
committerGitHub <noreply@github.com>2017-09-29 08:08:37 -0500
commit52f4a6350047d5a6e88a0e508182dacb24f6046e (patch)
treeeab8a459788463fd1b49c21f164d13c51ce9b68c
parentd30586211b41e018869a1a3f4e3af778a31591db (diff)
parent7c68fc98d8f67ee55b8cedadad2bdd3a7788dbf3 (diff)
downloadrails-52f4a6350047d5a6e88a0e508182dacb24f6046e.tar.gz
rails-52f4a6350047d5a6e88a0e508182dacb24f6046e.tar.bz2
rails-52f4a6350047d5a6e88a0e508182dacb24f6046e.zip
Merge pull request #30746 from conradbeach/master
Fix Typo in Testing Guide [ci skip]
-rw-r--r--guides/source/testing.md2
1 files changed, 1 insertions, 1 deletions
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