Fixes task description.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4547 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2010-12-20 18:24:49 +00:00
parent 339bcc97e0
commit 4695754d2a
1 changed files with 1 additions and 1 deletions

View 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