From 5d4ab52a665d101c0cb058308922d3752acce251 2014-11-18 11:23:07 From: Toshi MARUYAMA Date: 2014-11-18 11:23:07 Subject: [PATCH] fix "test:routing" rake task comment changed by r13604 git-svn-id: http://svn.redmine.org/redmine/trunk@13613 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/lib/tasks/testing.rake b/lib/tasks/testing.rake index 1e3d1a5..274b868 100644 --- a/lib/tasks/testing.rake +++ b/lib/tasks/testing.rake @@ -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"