From 25895427c38252c019a0e5bfe310183389c34d93 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Fri, 3 Oct 2014 08:45:52 +0900 Subject: [ci skip] add `test:jobs` task to testing guide --- guides/source/testing.md | 1 + 1 file changed, 1 insertion(+) (limited to 'guides') 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` | -- cgit v1.2.3