File: Rakefile

package info (click to toggle)
ruby-scientist 1.6.5-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 292 kB
  • sloc: ruby: 1,239; sh: 23; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 147 bytes parent folder | download
1
2
3
4
5
6
7
require "rake/testtask"

task default: "test"

Rake::TestTask.new do |t|
  t.test_files = FileList['test/test_helper.rb', 'test/**/*_test.rb']
end