From 2f49f8e5d065362127db2f0e458bb6ea04eaf846 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sat, 25 Nov 2017 21:30:10 +0100 Subject: community/ruby-mustache: move from testing --- testing/ruby-mustache/skip-simplecov.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 testing/ruby-mustache/skip-simplecov.patch (limited to 'testing/ruby-mustache/skip-simplecov.patch') 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| -- cgit v1.2.3