Skip to content

Commit

Permalink
Merge pull request #17618 from sandipransing/testing-guide
Browse files Browse the repository at this point in the history
[ci skip] Remove deprecated testing tasks
  • Loading branch information
arunagw committed Nov 14, 2014
2 parents aeb917d + 5e3c5ce commit 5865fba
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions guides/source/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -792,8 +792,7 @@ when you initiate a Rails project.
| Tasks | Description |
| ----------------------- | ----------- |
| `rake test` | Runs all tests in the test folder by default |
| `rake test:all` | Runs tests quickly by merging all types and not resetting the db |
| `rake test` | Runs all tests in the `test` folder 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` |
Expand All @@ -802,8 +801,7 @@ when you initiate a Rails project.
| `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` |
| `rake test:db` | Runs all tests and resets the db |
| `rake test:all:db` | Runs tests quickly by merging all types and resets the db |
| `rake test:db` | Runs all tests in the `test` folder and resets the db |
Brief Note About `Minitest`
Expand Down

0 comments on commit 5865fba

Please sign in to comment.