File: Rakefile

package info (click to toggle)
ruby-rubypants 0.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 196 kB
  • sloc: ruby: 493; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 132 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
desc "Run all the tests"
task :default => [:test]

desc "Run all the tests"
task :test do
  ruby -Ilib 'test/rubypants_test.rb'
end