mirror of
https://github.com/redmine/redmine.git
synced 2026-03-02 02:21:22 +01:00
fix "test:routing" rake task comment changed by r13604
git-svn-id: http://svn.redmine.org/redmine/trunk@13613 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user