Add real tests.

This commit is contained in:
Jakob Rath 2013-12-16 17:56:49 +01:00 committed by Dan Hirsch
parent 96dfad0178
commit 3aa2ac2634
5 changed files with 95 additions and 70 deletions

View file

@ -0,0 +1,7 @@
require 'rake/testtask'
Rake::TestTask.new do |t|
t.pattern = "test/*_test.rb"
end
task :default => [:test]