From e6d721abb6340b09c669e3746f78ece23ccbad62 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Thu, 29 Oct 2020 10:08:02 -0700 Subject: Remove the path shifts in the spec helper Signed-off-by: Tim Smith --- spec/spec_helper.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'spec/spec_helper.rb') diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index f1d60d2..ebc5a84 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,5 +1,3 @@ -$:.unshift File.expand_path("../lib", __dir__) -$:.unshift File.expand_path("..", __dir__) require "mixlib/shellout" require "tmpdir" -- cgit v1.2.1