File: ruby-tests.rake

package info (click to toggle)
ruby-commonmarker 0.23.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,368 kB
  • sloc: ansic: 10,348; ruby: 1,733; sh: 36; makefile: 24
file content (6 lines) | stat: -rw-r--r-- 222 bytes parent folder | download | duplicates (3)
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