File: disable-bundler-simplecov.patch

package info (click to toggle)
ruby-statsd 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 176 kB
  • sloc: ruby: 915; makefile: 3
file content (16 lines) | stat: -rw-r--r-- 389 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Disable use of bundler and simplecov for tests
Author: Balasankar C <balasankarc@debian.org>
Last-Update: 2018-03-18
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/spec/helper.rb
+++ b/spec/helper.rb
@@ -1,8 +1,3 @@
-require 'bundler/setup'
-
-require 'simplecov'
-SimpleCov.start
-
 require 'minitest/autorun'
 require 'statsd'
 require 'logger'