We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a50ea7a commit de6a925Copy full SHA for de6a925
features/support/env.rb
@@ -6,6 +6,7 @@ def run_command(cmd, timeout = nil)
6
exec_cmd = cmd =~ /^rspec/ ? "bin/#{cmd}" : cmd
7
# Ensure bundler env vars are unset
8
unset_bundler_env_vars
9
+ delete_environment_variable "BUNDLER_VERSION"
10
# Ensure the correct Gemfile is found
11
in_current_directory do
12
super(exec_cmd, timeout)
0 commit comments