File: ruby-tests.rake

package info (click to toggle)
ruby-soap4r 2.0.5-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,948 kB
  • sloc: ruby: 52,729; xml: 266; sh: 42; perl: 10; makefile: 9
file content (7 lines) | stat: -rw-r--r-- 206 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
require 'gem2deb/rake/testtask'
Gem2Deb::Rake::TestTask.new do |test|
  # FIXME enable more of the upstream test suite
  test.pattern = 'test/xsd/test_*.rb'
  test.verbose = true
end
task :default => :test