File: ruby-tests.rb

package info (click to toggle)
ruby-posix-spawn 0.3.11-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 244 kB
  • ctags: 163
  • sloc: ruby: 1,057; ansic: 310; makefile: 5
file content (5 lines) | stat: -rw-r--r-- 151 bytes parent folder | download | duplicates (6)
1
2
3
4
5
# -*- mode: ruby; coding: utf-8 -*-
require 'gem2deb/rake/testtask'
Gem2Deb::Rake::TestTask.new do |t|
  t.test_files = FileList['test/test_*.rb']
end