From 72752643bb14ab2f9bffbfe94b61533e93132308 Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Sat, 20 Dec 2014 15:26:17 -0800 Subject: Shorten the explaination of this to fit on one line [ci skip] --- guides/source/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/testing.md b/guides/source/testing.md index 07e062d87d..76eca45636 100644 --- a/guides/source/testing.md +++ b/guides/source/testing.md @@ -793,7 +793,7 @@ project is created. | Tasks | Description | | ----------------------- | ----------- | -| `rake test` | Runs all tests in the `test` folder. You can also simply run `rake` as Rails will run all the tests by default | +| `rake test` | Runs all tests in the `test` directory. You can also run `rake` and Rails will run all tests by default | | `rake test:controllers` | Runs all the controller tests from `test/controllers` | | `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` | -- cgit v1.2.3