aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbdelkader Boudih <terminale@gmail.com>2014-10-03 05:37:13 +0100
committerAbdelkader Boudih <terminale@gmail.com>2014-10-03 05:37:13 +0100
commitd93854ffc9cdea1092a68e0f520d2ce9128edfe8 (patch)
tree2f02346cdd932a1c3dd37df30e78c32561b70fab
parent29006a7795eb842ab0a07f936f1ecc858319664b (diff)
parent25895427c38252c019a0e5bfe310183389c34d93 (diff)
downloadrails-d93854ffc9cdea1092a68e0f520d2ce9128edfe8.tar.gz
rails-d93854ffc9cdea1092a68e0f520d2ce9128edfe8.tar.bz2
rails-d93854ffc9cdea1092a68e0f520d2ce9128edfe8.zip
Merge pull request #17151 from y-yagi/patch-1
[ci skip] add `test:jobs` task to testing guide
-rw-r--r--guides/source/testing.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/guides/source/testing.md b/guides/source/testing.md
index 29724ae011..b784098fbb 100644
--- a/guides/source/testing.md
+++ b/guides/source/testing.md
@@ -797,6 +797,7 @@ when you initiate a Rails project.
| `rake test:functionals` | Runs all the functional tests from `test/controllers`, `test/mailers`, and `test/functional` |
| `rake test:helpers` | Runs all the helper tests from `test/helpers` |
| `rake test:integration` | Runs all the integration tests from `test/integration` |
+| `rake test:jobs` | Runs all the job tests from `test/jobs` |
| `rake test:mailers` | Runs all the mailer tests from `test/mailers` |
| `rake test:models` | Runs all the model tests from `test/models` |
| `rake test:units` | Runs all the unit tests from `test/models`, `test/helpers`, and `test/unit` |