Revision f100a2f31a9c64c5f80ab19a131deb3ed34b19f0 authored by Mike Perham on 29 October 2012, 03:14:54 UTC, committed by Mike Perham on 29 October 2012, 03:14:54 UTC
1 parent f10a67f
Raw File
Rakefile
require 'rake/testtask'
Rake::TestTask.new(:test) do |test|
  test.libs << 'test'
  #SO MUCH NOISE
  #test.warning = true
  test.pattern = 'test/**/test_*.rb'
end

task :default => :test
back to top