summaryrefslogtreecommitdiff
path: root/repo/ruby-mustache/skip-simplecov.patch
diff options
context:
space:
mode:
Diffstat (limited to 'repo/ruby-mustache/skip-simplecov.patch')
-rw-r--r--repo/ruby-mustache/skip-simplecov.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/repo/ruby-mustache/skip-simplecov.patch b/repo/ruby-mustache/skip-simplecov.patch
new file mode 100644
index 0000000..99f0afd
--- /dev/null
+++ b/repo/ruby-mustache/skip-simplecov.patch
@@ -0,0 +1,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|