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(-)

diff --git a/test/helper.rb b/test/helper.rb
index 39dddb6..7f88ab6 100644
--- a/test/helper.rb
+++ b/test/helper.rb
@@ -5,4 +5,4 @@ require "minitest/autorun"
 
 $VERBOSE = 1
 
-require_relative "../lib/connection_pool"
+require "connection_pool"
