File: ruby-tests.rake

package info (click to toggle)
ruby-sshkit 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 532 kB
  • ctags: 474
  • sloc: ruby: 2,213; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 167 bytes parent folder | download
1
2
3
4
5
6
7
require 'rake/testtask'
task :default => :test
Rake::TestTask.new do |t| 
  t.libs << 'test'
  t.test_files = FileList['test/unit/**/test*.rb']
  t.verbose = true
end