aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-mustache/skip-simplecov.patch
blob: 99f0afdbebef3324654c3c24d4697dfa8991c13a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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|