File: dont-mess-with-the-load-path.patch

package info (click to toggle)
ruby-simplecov 0.16.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 300 kB
  • sloc: ruby: 949; makefile: 8
file content (10 lines) | stat: -rw-r--r-- 269 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- a/lib/simplecov.rb
+++ b/lib/simplecov.rb
@@ -257,7 +257,6 @@ module SimpleCov
   end
 end
 
-$LOAD_PATH.unshift(File.join(File.dirname(__FILE__)))
 require "simplecov/configuration"
 SimpleCov.send :extend, SimpleCov::Configuration
 require "simplecov/exit_codes"