@@ -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:r |
|
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