From f2f9d6ce49aaee6b6414c8442082166cf733ab00 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 24 Jul 2024 14:04:13 +0900 Subject: [PATCH] Fix test failure of e7610582ad8fd05655221b183257ed358c903ac8 --- spec/bundler/commands/exec_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/bundler/commands/exec_spec.rb b/spec/bundler/commands/exec_spec.rb index e17cc52481..ca8ef26344 100644 --- a/spec/bundler/commands/exec_spec.rb +++ b/spec/bundler/commands/exec_spec.rb @@ -709,7 +709,7 @@ RSpec.describe "bundle exec" do end it "works" do - bundle "exec gem uninstall foo" + bundle "exec #{gem_cmd} uninstall foo" expect(out).to eq("Successfully uninstalled foo-1.0") end end