aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ruby-mustache/skip-simplecov.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-11-25 21:30:10 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-11-25 21:30:10 +0100
commit2f49f8e5d065362127db2f0e458bb6ea04eaf846 (patch)
treee118c5ba9404fbf77a0ac5740a8532bf56fbe3a9 /testing/ruby-mustache/skip-simplecov.patch
parentdd155a37fcc7f514c71516b01256ad9f8a104373 (diff)
downloadaports-2f49f8e5d065362127db2f0e458bb6ea04eaf846.tar.bz2
aports-2f49f8e5d065362127db2f0e458bb6ea04eaf846.tar.xz
community/ruby-mustache: move from testing
Diffstat (limited to 'testing/ruby-mustache/skip-simplecov.patch')
-rw-r--r--testing/ruby-mustache/skip-simplecov.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/ruby-mustache/skip-simplecov.patch b/testing/ruby-mustache/skip-simplecov.patch
deleted file mode 100644
index 99f0afdbeb..0000000000
--- a/testing/ruby-mustache/skip-simplecov.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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|