Add test unit runner

This commit is contained in:
Joshua Peek
2011-05-09 22:18:55 -05:00
parent d1fd619218
commit 643d72bb4c

7
Rakefile Normal file
View File

@@ -0,0 +1,7 @@
require 'rake/testtask'
task :default => :test
Rake::TestTask.new do |t|
t.warning = true
end