File: get-rid-of-simplecov.patch

package info (click to toggle)
ruby-omniauth-ldap 1.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 200 kB
  • ctags: 27
  • sloc: ruby: 461; makefile: 3
file content (16 lines) | stat: -rw-r--r-- 587 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Remove usage of simplecov while running tests
Author: Pirate Praveen <praveen@debian.org>
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: ruby-omniauth-ldap/spec/spec_helper.rb
===================================================================
--- ruby-omniauth-ldap.orig/spec/spec_helper.rb
+++ ruby-omniauth-ldap/spec/spec_helper.rb
@@ -1,7 +1,5 @@
 $:.unshift File.expand_path('..', __FILE__)
 $:.unshift File.expand_path('../../lib', __FILE__)
-require 'simplecov'
-SimpleCov.start
 require 'rspec'
 require 'rack/test'
 require 'omniauth'