summaryrefslogtreecommitdiff
path: root/spec/bundler/shared_helpers_spec.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-05 17:43:29 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-12 10:14:11 +0200
commitb2ce7f93a630e837f5ef3e09f46b96e3c6e6cc7f (patch)
tree42725970e93013ee20fd806d4df4608b7e22970e /spec/bundler/shared_helpers_spec.rb
parenteacb43e569f985d6d836eef4053d3632ea4e16d5 (diff)
downloadbundler-b2ce7f93a630e837f5ef3e09f46b96e3c6e6cc7f.tar.gz
Another try
Diffstat (limited to 'spec/bundler/shared_helpers_spec.rb')
-rw-r--r--spec/bundler/shared_helpers_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/shared_helpers_spec.rb b/spec/bundler/shared_helpers_spec.rb
index 445bc18265..f42d9ed485 100644
--- a/spec/bundler/shared_helpers_spec.rb
+++ b/spec/bundler/shared_helpers_spec.rb
@@ -389,7 +389,7 @@ RSpec.describe Bundler::SharedHelpers do
context "bundle executable in ENV['BUNDLE_BIN_PATH'] does not exist" do
before { ENV["BUNDLE_BIN_PATH"] = "/does/not/exist" }
- before { Bundler.rubygems.replace_bin_path [], [] }
+ before { Bundler.rubygems.replace_bin_path [] }
it "sets BUNDLE_BIN_PATH to the bundle executable file" do
subject.set_bundle_environment