projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
9427: Add connection limit.
[arvados.git]
/
services
/
api
/
lib
/
tasks
/
test_tasks.rake
1
namespace :test do
2
new_task = Rake::TestTask.new(tasks: "test:prepare") do |t|
3
t.libs << "test"
4
t.pattern = "test/tasks/**/*_test.rb"
5
end
6
end