From c924068714026ab798b16be5ee92b00b54b1f6f8 Mon Sep 17 00:00:00 2001 From: Sunny Ripert Date: Tue, 17 Aug 2010 21:48:43 +0200 Subject: Testing Guide: rake test:uncommitted now supports git --- railties/guides/source/testing.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/guides/source') 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+| -- cgit v1.2.3