tasks/spec.rake in pagify-0.6.2 vs tasks/spec.rake in pagify-0.7.0

- old
+ new

@@ -30,10 +30,10 @@ t.rcov = true t.rcov_dir = PROJ.rcov.dir t.rcov_opts = PROJ.rcov.opts + ['--exclude', 'spec'] end - RCov::VerifyTask.new(:verify) do |t| + RCov::VerifyTask.new(:verify) do |t| t.threshold = PROJ.rcov.threshold t.index_html = File.join(PROJ.rcov.dir, 'index.html') t.require_exact_threshold = PROJ.rcov.threshold_exact end