File: fix-relative-path.patch

package info (click to toggle)
ruby-hoe 4.6.0%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 464 kB
  • sloc: ruby: 2,245; makefile: 5
file content (10 lines) | stat: -rw-r--r-- 260 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- a/test/test_hoe_gemcutter.rb
+++ b/test/test_hoe_gemcutter.rb
@@ -1,6 +1,6 @@
 require "minitest/autorun"
 require "hoe"
-require_relative "../lib/hoe/gemcutter"
+require "hoe/gemcutter"
 
 class TestHoeGemcutter < Minitest::Test
   include Hoe::Gemcutter