aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-08-18 00:16:39 +0200
committerXavier Noria <fxn@hashref.com>2010-08-18 00:16:39 +0200
commit23f6e51b69e9c4e4b5a43183b2fa28be45358a9e (patch)
tree6266a56ec87a6b6a29505b2168865d3179e136ca /railties/guides
parentea2ad26a8dc0240c40770bc1a5d3bac17ee3da8d (diff)
downloadrails-23f6e51b69e9c4e4b5a43183b2fa28be45358a9e.tar.gz
rails-23f6e51b69e9c4e4b5a43183b2fa28be45358a9e.tar.bz2
rails-23f6e51b69e9c4e4b5a43183b2fa28be45358a9e.zip
commit review: now that there are two supported, just mention them
Diffstat (limited to 'railties/guides')
-rw-r--r--railties/guides/source/testing.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/testing.textile b/railties/guides/source/testing.textile
index 85066d5534..6686dc3290 100644
--- a/railties/guides/source/testing.textile
+++ b/railties/guides/source/testing.textile
@@ -735,7 +735,7 @@ You don't need to set up and run your tests by hand on a test-by-test basis. Rai
|+rake test:plugins+ |Run all the plugin tests from +vendor/plugins/*/**/test+ (or specify with +PLUGIN=_name_+)|
|+rake test:profile+ |Profile the performance tests|
|+rake test:recent+ |Tests recent changes|
-|+rake test:uncommitted+ |Runs all the tests which are uncommitted. Only supports Subversion and Git|
+|+rake test:uncommitted+ |Runs all the tests which are uncommitted. Supports Subversion and Git|
|+rake test:units+ |Runs all the unit tests from +test/unit+|