File: ruby-tests.rake

package info (click to toggle)
ruby-version-sorter 2.1.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 164 kB
  • ctags: 39
  • sloc: ansic: 191; ruby: 99; sh: 48; makefile: 8
file content (6 lines) | stat: -rw-r--r-- 143 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
require 'gem2deb/rake/testtask'

Gem2Deb::Rake::TestTask.new do |t|
  t.libs << 'lib' << 'test'
  t.test_files = FileList['test/*test.rb']
end