From 7af12a92c8593fffee42004a04d6886bbd863ff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Thu, 15 Aug 2019 16:41:52 +0200 Subject: [bundler/bundler] Use path helpers to find bundle bin https://github.com/bundler/bundler/commit/7985bb8e92 --- spec/bundler/bundler/shared_helpers_spec.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'spec/bundler/bundler') diff --git a/spec/bundler/bundler/shared_helpers_spec.rb b/spec/bundler/bundler/shared_helpers_spec.rb index 69c21e5e38..0340cb7bae 100644 --- a/spec/bundler/bundler/shared_helpers_spec.rb +++ b/spec/bundler/bundler/shared_helpers_spec.rb @@ -394,9 +394,8 @@ RSpec.describe Bundler::SharedHelpers do it "sets BUNDLE_BIN_PATH to the bundle executable file" do subject.set_bundle_environment - bundle_exe = ruby_core? ? "../../../../libexec/bundle" : "../../../exe/bundle" bin_path = ENV["BUNDLE_BIN_PATH"] - expect(bin_path).to eq(File.expand_path(bundle_exe, __FILE__)) + expect(bin_path).to eq(bindir.join("bundle").to_s) expect(File.exist?(bin_path)).to be true end end -- cgit v1.2.3