mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fixed minor typo
instead of 'rake test' as shortcut, use 'rake'. Closes #12780 [ci skip]
This commit is contained in:
parent
2a8739dc6d
commit
18010385fd
1 changed files with 1 additions and 1 deletions
|
@ -798,7 +798,7 @@ You don't need to set up and run your tests by hand on a test-by-test basis. Rai
|
|||
|
||||
| Tasks | Description |
|
||||
| ----------------------- | ----------- |
|
||||
| `rake test` | Runs all unit, functional and integration tests. You can also simply run `rake test` as Rails will run all the tests by default|
|
||||
| `rake test` | Runs all unit, functional and integration tests. You can also simply run `rake` as Rails will run all the 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`|
|
||||
|
|
Loading…
Reference in a new issue