Merge branch '8784-dir-listings'
[arvados.git] / services / api / lib / tasks / test_tasks.rake
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: AGPL-3.0
4
5 namespace :test do
6   new_task = Rake::TestTask.new(tasks: "test:prepare") do |t|
7     t.libs << "test"
8     t.pattern = "test/tasks/**/*_test.rb"
9   end
10 end