File: ruby-tests.rake

package info (click to toggle)
ruby-test-unit-context 0.5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 188 kB
  • sloc: ruby: 810; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 149 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