diff options
-rw-r--r-- | lib/tasks/testing.rake | 2 |
1 files changed, 1 insertions, 1 deletions
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 |