Shorten the explaination of this to fit on one line [ci skip]

This commit is contained in:
Zachary Scott 2014-12-20 15:26:17 -08:00
parent 7514b6ab18
commit 72752643bb

@ -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` |