diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2024-07-24 14:04:13 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2024-07-24 14:04:13 +0900 |
| commit | f2f9d6ce49aaee6b6414c8442082166cf733ab00 (patch) | |
| tree | 83b0553693df19d85898d1bf600628f373efb398 | |
| parent | b4a02502c2125cebd034967027d65ee975987f73 (diff) | |
Fix test failure of e7610582ad8fd05655221b183257ed358c903ac8
| -rw-r--r-- | spec/bundler/commands/exec_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
