File: ruby-tests.rake

package info (click to toggle)
ruby-rubymail 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 736 kB
  • ctags: 456
  • sloc: ruby: 5,310; makefile: 14
file content (6 lines) | stat: -rw-r--r-- 131 bytes parent folder | download
1
2
3
4
5
6
require 'gem2deb/rake/testtask'

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