deps, license, lib.

This commit is contained in:
Denis Knauf 2013-03-16 16:02:15 +01:00
parent 5e04b9b756
commit 8dc7aa65e7
4 changed files with 71 additions and 16 deletions

View file

@ -32,13 +32,13 @@ Rake::TestTask.new(:test) do |test|
test.verbose = true
end
require 'rcov/rcovtask'
Rcov::RcovTask.new do |test|
test.libs << 'test'
test.pattern = 'test/**/test_*.rb'
test.verbose = true
test.rcov_opts << '--exclude "gems/*"'
end
#require 'rcov/rcovtask'
#Rcov::RcovTask.new do |test|
#test.libs << 'test'
#test.pattern = 'test/**/test_*.rb'
#test.verbose = true
#test.rcov_opts << '--exclude "gems/*"'
#end
task :default => :test