aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/testing.md
diff options
context:
space:
mode:
authorTom Copeland <tom@motorefi.com>2018-01-12 16:02:09 -0500
committerTom Copeland <tom@motorefi.com>2018-01-12 16:02:09 -0500
commit4f9f68e7a6178ac8462f85469ddd577678b0b412 (patch)
tree737efefab3ef37746d0f524878e61f75b648727c /guides/source/testing.md
parent604ef720671adf658da2b9c9c4af7ffa350c2162 (diff)
downloadrails-4f9f68e7a6178ac8462f85469ddd577678b0b412.tar.gz
rails-4f9f68e7a6178ac8462f85469ddd577678b0b412.tar.bz2
rails-4f9f68e7a6178ac8462f85469ddd577678b0b412.zip
Fix doc typo [ci-skip]
Diffstat (limited to 'guides/source/testing.md')
-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 b82ccebe7c..0246ab844b 100644
--- a/guides/source/testing.md
+++ b/guides/source/testing.md
@@ -1507,7 +1507,7 @@ Testing Jobs
------------
Since your custom jobs can be queued at different levels inside your application,
-you'll need to test both, the jobs themselves (their behavior when they get enqueued)
+you'll need to test both the jobs themselves (their behavior when they get enqueued)
and that other entities correctly enqueue them.
### A Basic Test Case