[DRE-commits] [ruby-json] 02/03: fix-tests-path

Lucas Nussbaum lucas at moszumanska.debian.org
Wed Jul 27 15:06:14 UTC 2016


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

lucas pushed a commit to branch patch-queue/master
in repository ruby-json.

commit b18b98dcc659f53ed6bcf547c7c65f0d82f93c94
Author: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Date:   Wed Jul 27 16:39:28 2016 +0200

    fix-tests-path
    
    
    Gbp-Pq: Name 04-fix-tests-path.patch
---
 tests/test_helper.rb | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tests/test_helper.rb b/tests/test_helper.rb
index 9d3665d..d826863 100644
--- a/tests/test_helper.rb
+++ b/tests/test_helper.rb
@@ -2,13 +2,10 @@ gem 'json', File.read('VERSION').chomp
 
 case ENV['JSON']
 when 'pure'
-  $:.unshift 'lib'
   require 'json/pure'
 when 'ext'
-  $:.unshift 'ext', 'lib'
   require 'json/ext'
 else
-  $:.unshift 'ext', 'lib'
   require 'json'
 end
 

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



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