Rakefile in health-data-standards-3.1.1 vs Rakefile in health-data-standards-3.2.0
- old
+ new
@@ -8,17 +8,11 @@
t.libs << "test"
t.test_files = FileList['test/**/*_test.rb']
t.verbose = true
end
-Cane::RakeTask.new(:quality) do |cane|
- cane.abc_max = 45
- # cane.add_threshold 'coverage/covered_percent', :>=, 97
- cane.style_measure = 120
- cane.no_style = true
- cane.no_doc = true
-end
-task :test => [:test_unit, :quality] do
+
+task :test => [:test_unit] do
system("open coverage/index.html")
end