File: fix-lib-path

package info (click to toggle)
ruby-html2text 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,336 kB
  • sloc: ruby: 267; makefile: 8
file content (13 lines) | stat: -rw-r--r-- 404 bytes parent folder | download
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
@@ -3,4 +3,4 @@
 require 'rspec'
 require 'rspec/collection_matchers'
 
-require File.join(File.dirname(__FILE__), '..', 'lib', 'html2text')
+require 'html2text'