diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-11-18 11:23:07 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-11-18 11:23:07 +0000 |
commit | 5d4ab52a665d101c0cb058308922d3752acce251 (patch) | |
tree | ae6a8943a0a74c2d89dfad67402f720f93f64e3a /lib/tasks | |
parent | 09e62fbc6829b9fb23add2594b9a98e1ccb78d49 (diff) | |
download | redmine-5d4ab52a665d101c0cb058308922d3752acce251.tar.gz redmine-5d4ab52a665d101c0cb058308922d3752acce251.zip |
fix "test:routing" rake task comment changed by r13604
git-svn-id: http://svn.redmine.org/redmine/trunk@13613 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/tasks')
-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 1e3d1a5f3..274b868cc 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" |