class GemHadar
def rcov_task
def rcov_task Rcov::RcovTask.new do |t| t.libs << test_dir t.test_files = test_files t.verbose = true t.rcov_opts = %W[-x '\\b#{test_dir}\/' -x '\\bgems\/'] end end
def rcov_task Rcov::RcovTask.new do |t| t.libs << test_dir t.test_files = test_files t.verbose = true t.rcov_opts = %W[-x '\\b#{test_dir}\/' -x '\\bgems\/'] end end