File: ruby-tests.rake

package info (click to toggle)
ruby-commonmarker 0.21.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,236 kB
  • sloc: ansic: 10,203; ruby: 1,536; makefile: 7
file content (6 lines) | stat: -rw-r--r-- 222 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
require 'gem2deb/rake/testtask'

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