You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 line
152B

  1. require 'rake/testtask'
  2. task :default => :test
  3. Rake::TestTask.new do |t|
  4. t.libs << 'lib'
  5. t.pattern = 'test/**/*_test.rb'
  6. t.verbose = false
  7. end