File: remove-codeclimate-test-reporter.patch

package info (click to toggle)
ruby-retriable 3.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 176 kB
  • sloc: ruby: 478; makefile: 3
file content (15 lines) | stat: -rw-r--r-- 336 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,12 +1,3 @@
-require "codeclimate-test-reporter"
-require "simplecov"
-
-CodeClimate::TestReporter.configure do |config|
-  config.logger.level = Logger::WARN
-end
-
-SimpleCov.start
-
 require "pry"
 require_relative "../lib/retriable"
 require_relative "support/exceptions.rb"