aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorSunny Ripert <sunny@sunfox.org>2013-05-28 14:11:40 +0200
committerSunny Ripert <sunny@sunfox.org>2013-05-28 14:38:02 +0200
commit2478b5e619fb8714755480429eba85eef93cbed7 (patch)
treeeafe81b8a90b080b04785cbd7750a5aeb6b0a7c4 /guides
parent53607be559ec60e3b5bd915f8533550648f7ef8a (diff)
downloadrails-2478b5e619fb8714755480429eba85eef93cbed7.tar.gz
rails-2478b5e619fb8714755480429eba85eef93cbed7.tar.bz2
rails-2478b5e619fb8714755480429eba85eef93cbed7.zip
Remove references to deprecated test tasks
Diffstat (limited to 'guides')
-rw-r--r--guides/source/testing.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/guides/source/testing.md b/guides/source/testing.md
index fbda1e8f45..95d454ba9d 100644
--- a/guides/source/testing.md
+++ b/guides/source/testing.md
@@ -778,13 +778,6 @@ You don't need to set up and run your tests by hand on a test-by-test basis. Rai
| `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`|
-There're also some test commands which you can initiate by running rake tasks:
-
-| Tasks | Description |
-| ------------------------ | ----------- |
-| `rake test` | Runs all unit, functional and integration tests. You can also simply run `rake` as the _test_ target is the default.|
-| `rake test:recent` | Tests recent changes|
-| `rake test:uncommitted` | Runs all the tests which are uncommitted. Supports Subversion and Git|
Brief Note About `MiniTest`
-----------------------------