From: Pirate Praveen <praveen@debian.org>
Date: Fri, 12 Oct 2018 23:26:28 +0530
Subject: Use system lib in tests

Forwarded: not-needed
---
 test/helper.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/test/helper.rb
+++ b/test/helper.rb
@@ -5,7 +5,7 @@ require "minitest/autorun"
 
 $VERBOSE = 1
 
-require_relative "../lib/connection_pool"
+require "connection_pool"
 
 class ConnectionPool
   def self.reset_instances
