File: ruby-tests.rb

package info (click to toggle)
ruby-posix-spawn 0.3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 196 kB
  • sloc: ruby: 916; ansic: 286; 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