summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-10-29 10:08:02 -0700
committerTim Smith <tsmith84@gmail.com>2020-10-29 10:09:32 -0700
commite6d721abb6340b09c669e3746f78ece23ccbad62 (patch)
treeca297b4386fc9f2b9035e4659449c0e6b9cb37b3
parentc6a0c35e170c4f784e315f06aafcff955ddac1eb (diff)
downloadmixlib-shellout-loosen_win32_dep.tar.gz
Remove the path shifts in the spec helperloosen_win32_dep
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--spec/spec_helper.rb2
1 files changed, 0 insertions, 2 deletions
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"