aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2018-01-12 16:06:29 -0500
committerGitHub <noreply@github.com>2018-01-12 16:06:29 -0500
commitaa0541e686d5e275315670b374b6c379cc67bc33 (patch)
tree737efefab3ef37746d0f524878e61f75b648727c /guides
parent604ef720671adf658da2b9c9c4af7ffa350c2162 (diff)
parent4f9f68e7a6178ac8462f85469ddd577678b0b412 (diff)
downloadrails-aa0541e686d5e275315670b374b6c379cc67bc33.tar.gz
rails-aa0541e686d5e275315670b374b6c379cc67bc33.tar.bz2
rails-aa0541e686d5e275315670b374b6c379cc67bc33.zip
Merge pull request #31695 from tcopeland/fix_typo
Fix doc typo [ci-skip]
Diffstat (limited to 'guides')
-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