File: ruby-tests.rake

package info (click to toggle)
ruby-maven-tools 1.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,360 kB
  • sloc: ruby: 4,834; xml: 4,402; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
require 'rake/testtask'
Rake::TestTask.new(:default) do |test|
  test.test_files = FileList["spec/**/*_spec.rb"]
  test.verbose = false
  test.warning = false
end