1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 04:35:39 +03:00
aports/community/ruby-mustache/skip-simplecov.patch
2017-11-25 21:30:10 +01:00

13 lines
290 B
Diff

Don't run code coverage analyser to avoid additional dependency.
--- a/test/helper.rb.orig
+++ b/test/helper.rb
@@ -1,8 +1,3 @@
-require 'simplecov'
-SimpleCov.start do
- add_filter '/test/'
-end
-
require 'minitest/autorun'
Dir[File.dirname(__FILE__) + '/fixtures/*.rb'].each do |f|