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'
|