diff options
author | Sunny Ripert <sunny@sunfox.org> | 2010-08-17 21:48:43 +0200 |
---|---|---|
committer | Sunny <sunny@sunfox.org> | 2010-08-17 21:49:40 +0200 |
commit | c924068714026ab798b16be5ee92b00b54b1f6f8 (patch) | |
tree | 78995248372b0c0367f08a8dff47576875df6fab | |
parent | bee414748c975b2452bcb5025fe191bf4d06a4ca (diff) | |
download | rails-c924068714026ab798b16be5ee92b00b54b1f6f8.tar.gz rails-c924068714026ab798b16be5ee92b00b54b1f6f8.tar.bz2 rails-c924068714026ab798b16be5ee92b00b54b1f6f8.zip |
Testing Guide: rake test:uncommitted now supports git
-rw-r--r-- | railties/guides/source/testing.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/testing.textile b/railties/guides/source/testing.textile index 69695c93c8..85066d5534 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| +|+rake test:uncommitted+ |Runs all the tests which are uncommitted. Only supports Subversion and Git| |+rake test:units+ |Runs all the unit tests from +test/unit+| |