File: ruby-tests.rake

package info (click to toggle)
ruby-httpauth 0.2.1%2Bgh-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 192 kB
  • sloc: ruby: 925; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 116 bytes parent folder | download | duplicates (17)
1
2
3
4
5
require 'gem2deb/rake/testtask'

Gem2Deb::Rake::TestTask.new do |t|
  t.test_files = FileList['test/*_test.rb']
end