File: remove-require-relative.patch

package info (click to toggle)
ruby-rotp 6.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 276 kB
  • sloc: ruby: 1,019; makefile: 16
file content (10 lines) | stat: -rw-r--r-- 179 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
autopkgtest should test the installed package

--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -17,4 +17,4 @@
   end
 end
 
-require_relative '../lib/rotp'
+require 'rotp'