File: 002_disable-codeclimate.patch

package info (click to toggle)
ruby-mustache 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 480 kB
  • ctags: 410
  • sloc: ruby: 2,068; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 470 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Disable CodeClimate uploader
 This patch just remove the codeclimate uploader in the tests
Author: Sebastien Badia <seb@sebian.fr>
Forwarded: not-needed
Last-Update: 2015-04-10

--- ruby-mustache-1.0.1.orig/test/helper.rb
+++ ruby-mustache-1.0.1/test/helper.rb
@@ -1,8 +1,5 @@
 require 'minitest/autorun'
 
-require "codeclimate-test-reporter"
-CodeClimate::TestReporter.start
-
 Dir[File.dirname(__FILE__) + '/fixtures/*.rb'].each do |f|
   require f
 end