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"
