File: ruby-tests.rake

package info (click to toggle)
ruby-albino 1.3.3-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 164 kB
  • ctags: 113
  • sloc: ruby: 257; python: 31; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
require 'rake/testtask'
task :default => :test

Rake::TestTask.new(:test) do |test|
  test.pattern = 'test/**/*_test.rb'
  test.verbose = true
end