Description: use LOAD_PATH to find the 'liquid' library
 instead of using a relative path.
 This should fix autopkgtest-pkg-ruby test suite
Author: Cédric Boutillier <boutil@debian.org>
Forwarded: no
Last-Update: 2015-06-04

--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -4,7 +4,6 @@
 require 'minitest/autorun'
 require 'spy/integration'
 
-$:.unshift(File.join(File.expand_path(File.dirname(__FILE__)), '..', 'lib'))
 require 'liquid.rb'
 
 mode = :strict
