File: ruby-tests.rake

package info (click to toggle)
ruby-webrick 1.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 756 kB
  • sloc: ruby: 7,781; sh: 4; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 179 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
require 'gem2deb/rake/testtask'

Gem2Deb::Rake::TestTask.new do |t|
  t.libs = ['test', 'test/lib']
  t.ruby_opts << "-rhelper"
  t.test_files = FileList['test/**/test_*.rb']
end