[DRE-commits] [tdiary-style-rd] 02/03: Add LOAD_PATH '/usr/share/tdiary/lib' for RSpec

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Sun Jun 26 09:13:22 UTC 2016


This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch patch-queue/master
in repository tdiary-style-rd.

commit ecbd9d1ef4e4afd97d29ccbf1c6bd68f848aafc6
Author: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Date:   Tue Jan 5 18:56:50 2016 +0900

    Add LOAD_PATH '/usr/share/tdiary/lib' for RSpec
    
    Gbp-Pq: Name 0001-Add_LOAD_PATH_for_RSpec.patch
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
 spec/spec_helper.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index a9e4745..a03e62a 100644
--- 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/comment_manager'
 require 'tdiary/referer_manager'
 require 'tdiary/style'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/tdiary-style-rd.git



More information about the Pkg-ruby-extras-commits mailing list