File: remove-relative-path-to-lib.patch

package info (click to toggle)
ruby-chromedriver-helper 2.1.0-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 240 kB
  • sloc: ruby: 217; sh: 21; makefile: 8
file content (8 lines) | stat: -rw-r--r-- 269 bytes parent folder | download
1
2
3
4
5
6
7
8
autopkgtest should use installed package, not source tree

--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,2 +1,2 @@
 require "rspec"
-require File.expand_path(File.join(File.dirname(__FILE__), "..", "lib/chromedriver/helper"))
+require "chromedriver/helper"