File: ruby-tests.rake

package info (click to toggle)
ruby-default-value-for 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 140 kB
  • sloc: ruby: 470; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 82 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
task :default => :test

desc "Run unit tests."
task :test do
  ruby "test.rb"
end