diff options
author | Tom Copeland <tom@motorefi.com> | 2018-01-12 16:02:09 -0500 |
---|---|---|
committer | Tom Copeland <tom@motorefi.com> | 2018-01-12 16:02:09 -0500 |
commit | 4f9f68e7a6178ac8462f85469ddd577678b0b412 (patch) | |
tree | 737efefab3ef37746d0f524878e61f75b648727c /guides | |
parent | 604ef720671adf658da2b9c9c4af7ffa350c2162 (diff) | |
download | rails-4f9f68e7a6178ac8462f85469ddd577678b0b412.tar.gz rails-4f9f68e7a6178ac8462f85469ddd577678b0b412.tar.bz2 rails-4f9f68e7a6178ac8462f85469ddd577678b0b412.zip |
Fix doc typo [ci-skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/testing.md | 2 |
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 |