]> source.dussan.org Git - redmine.git/commitdiff
Fixes task description.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 20 Dec 2010 18:24:49 +0000 (18:24 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 20 Dec 2010 18:24:49 +0000 (18:24 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4547 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/tasks/testing.rake

index f4693c00842806cb45beb57e884841e7b76475ff..27eb053f4e2647ca550f1fa3d776ab56caac3d55 100644 (file)
@@ -63,6 +63,6 @@ namespace :test do
       t.verbose = true
       t.test_files = FileList['test/functional/repositories*_test.rb']
     end
-    Rake::Task['test:scm:functionals'].comment = "Run the scm unit tests"
+    Rake::Task['test:scm:functionals'].comment = "Run the scm functional tests"
   end
 end