From: Jean-Philippe Lang Date: Mon, 20 Dec 2010 18:24:49 +0000 (+0000) Subject: Fixes task description. X-Git-Tag: 1.1.0~55 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4695754d2a773ac00f675dc24c5f1cc89a7095d6;p=redmine.git Fixes task description. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4547 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/lib/tasks/testing.rake b/lib/tasks/testing.rake index f4693c008..27eb053f4 100644 --- a/lib/tasks/testing.rake +++ b/lib/tasks/testing.rake @@ -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