From: Hleb Valoshka <375gnu@gmail.com>
Date: Thu, 4 Aug 2016 10:03:18 +0300
Subject: Don't modify $LOAD_PATH in specs

---
 spec/spec_helper.rb | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index cd360e4..525b3d2 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,6 +1,3 @@
-# load lib path
-$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)
-
 require "webmock/rspec"
 
 require "webmocks"
