File: ruby-tests.rake

package info (click to toggle)
ruby-cri 2.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 276 kB
  • ctags: 223
  • sloc: ruby: 1,770; makefile: 11
file content (7 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
require 'gem2deb/rake/testtask'

Gem2Deb::Rake::TestTask.new do |t|
  t.libs = ['test']
  t.ruby_opts = ['-r./test/helper.rb']
  t.test_files = FileList['test/**/*_test.rb'] + FileList['test/**/test_*.rb']
end