File: ruby-tests.rb

package info (click to toggle)
ruby-classifier 1.3.4-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 224 kB
  • sloc: ruby: 739; makefile: 5
file content (6 lines) | stat: -rw-r--r-- 178 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
# -*- mode: ruby; coding: utf-8; -*-
require 'gem2deb/rake/testtask'
Gem2Deb::Rake::TestTask.new do |t|
    t.test_files = FileList['test/**/*_test.rb']
    t.verbose = true
end