##// END OF EJS Templates
fix "test:routing" rake task comment changed by r13604...
Toshi MARUYAMA -
r13231:5d4ab52a665d
parent child
Show More
@@ -103,7 +103,7 namespace :test do
103 t.verbose = true
103 t.verbose = true
104 t.test_files = FileList['test/integration/routing/*_test.rb'] + FileList['test/integration/api_test/*_routing_test.rb']
104 t.test_files = FileList['test/integration/routing/*_test.rb'] + FileList['test/integration/api_test/*_routing_test.rb']
105 end
105 end
106 Rake::Task['test:rdm_routing'].comment = "Run the routing tests"
106 Rake::Task['test:routing'].comment = "Run the routing tests"
107
107
108 Rake::TestTask.new(:ui => "db:test:prepare") do |t|
108 Rake::TestTask.new(:ui => "db:test:prepare") do |t|
109 t.libs << "test"
109 t.libs << "test"
General Comments 0
You need to be logged in to leave comments. Login now