File: load-correct-simplecov.patch

package info (click to toggle)
ruby-term-ansicolor 1.11.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 332 kB
  • sloc: ruby: 2,138; makefile: 10
file content (9 lines) | stat: -rw-r--r-- 213 bytes parent folder | download
1
2
3
4
5
6
7
8
9
--- a/tests/test_helper.rb
+++ b/tests/test_helper.rb
@@ -1,4 +1,4 @@
-require 'gem_hadar/simplecov'
-GemHadar::SimpleCov.start
+require 'simplecov'
+SimpleCov.start
 require 'test/unit'
 require 'term/ansicolor'