]> source.dussan.org Git - redmine.git/commitdiff
fix "test:routing" rake task comment changed by r13604
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 18 Nov 2014 11:23:07 +0000 (11:23 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 18 Nov 2014 11:23:07 +0000 (11:23 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@13613 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/tasks/testing.rake

index 1e3d1a5f35e2a45d931bb62413016bfcd5dc9a20..274b868cc2daf7e26a7f4d5cf5a012ec97b72bc7 100644 (file)
@@ -103,7 +103,7 @@ namespace :test do
     t.verbose = true
     t.test_files = FileList['test/integration/routing/*_test.rb'] + FileList['test/integration/api_test/*_routing_test.rb']
   end
-  Rake::Task['test:rdm_routing'].comment = "Run the routing tests"
+  Rake::Task['test:routing'].comment = "Run the routing tests"
 
   Rake::TestTask.new(:ui => "db:test:prepare") do |t|
     t.libs << "test"