File: ruby-tests.rake

package info (click to toggle)
ruby-sshkit 1.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 604 kB
  • ctags: 619
  • sloc: ruby: 3,045; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (5)
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