File: Rakefile

package info (click to toggle)
ruby-mab 0.0.1%2Bgit20120515.30414e4-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 136 kB
  • sloc: ruby: 604; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 99 bytes parent folder | download
1
2
3
4
5
6
7
8
require 'rake/testtask'

task :default => :test

Rake::TestTask.new do |t|
  t.libs << 'test'
end