From: Debian Ruby Extras Maintainers
 <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Date: Thu, 17 Nov 2016 20:04:27 +0900
Subject: Add LOAD_PATH into spec_helper, for Debian package

Signed-off-by: Youhei SASAKI <uwabami@gfd-dennou.org>
---
 spec/spec_helper.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,4 +1,4 @@
-$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
+$LOAD_PATH.unshift File.expand_path('/usr/share/tdiary/lib')
 require 'tdiary/core_ext'
 require 'tdiary/comment_manager'
 require 'tdiary/referer_manager'
