Revision
479
Author
lsansonetti@apple.com
Date
2008-08-25 18:29:16 -0700 (Mon, 25 Aug 2008)

Log Message

better (?) task description

Modified Paths

Diff

Modified: MacRuby/trunk/Rakefile (478 => 479)


--- MacRuby/trunk/Rakefile	2008-08-26 01:24:32 UTC (rev 478)
+++ MacRuby/trunk/Rakefile	2008-08-26 01:29:16 UTC (rev 479)
@@ -626,5 +626,5 @@
 desc "Build MacRuby and extensions"
 task :all => [:macruby, :extensions]
 
-desc "Run the tests"
+desc "Run all tests"
 task :test => [:sample_test, :unit_tests]