Skip to content

Commit 70a37ca

Browse files
committed
This seems to work
1 parent 67fb917 commit 70a37ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

features/support/env.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
module ArubaExt
55
def run_command(cmd, timeout = nil)
66
exec_cmd = cmd =~ /^rspec/ ? "bin/#{cmd}" : cmd
7+
unset_bundler_env_vars
8+
delete_environment_variable "BUNDLER_VERSION"
9+
delete_environment_variable "RUBYLIB"
710
# Ensure the correct Gemfile and binstubs are found
811
in_current_directory do
912
with_unbundled_env do

0 commit comments

Comments
 (0)