File: ruby-tests.rake

package info (click to toggle)
ruby-clockwork 2.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 340 kB
  • sloc: ruby: 1,584; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 286 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
require 'gem2deb/rake/testtask'

Gem2Deb::Rake::TestTask.new do |t|
  t.libs = ['test']
  # This test makes autopkgtest hangs, skipping it for now
  skipped_test = ['test/signal_test.rb']
  t.test_files = FileList['test/**/*_test.rb'] + FileList['test/**/test_*.rb'] - skipped_test
end