File: fix-lib-path

package info (click to toggle)
ruby-html2text 0.2.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 196 kB
  • sloc: ruby: 190; makefile: 8
file content (13 lines) | stat: -rw-r--r-- 404 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Fix path to library in test files
Author: Balasankar C <balasankarc@autistici.org>
Last-Update: 2017-06-25
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,4 +1,4 @@
 require "rspec"
 require "rspec/collection_matchers"
 
-require File.join(File.dirname(__FILE__), "..", "lib", "html2text")
+require "html2text"