File: ruby-tests.rake

package info (click to toggle)
ruby-sidekiq 5.2.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 828 kB
  • sloc: ruby: 4,065; makefile: 24; sh: 6
file content (7 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
require 'rake/testtask'
Rake::TestTask.new(:test) do |test|
  test.libs = ['test']
  test.test_files = FileList["test/**/test_*.rb"]
end

task :default => [:test]