Fix test failure of e7610582ad8fd05655221b183257ed358c903ac8

This commit is contained in:
Nobuyoshi Nakada 2024-07-24 14:04:13 +09:00
parent b4a02502c2
commit f2f9d6ce49
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

@ -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