summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2025-01-23 12:23:14 +0100
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2025-01-28 15:31:51 +0900
commit4035003fd03d91b7b2856d97d58ad23f930e42cd (patch)
treebecfd5cef1e06ba266f6ab36dd7ed50181ecef01
parent0603c1c68f12b919db98e4a3194ba0f70f3487e7 (diff)
[rubygems/rubygems] Remove duplicated `bundle install`
https://github.com/rubygems/rubygems/commit/1774ac5db1
-rw-r--r--spec/bundler/runtime/platform_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/bundler/runtime/platform_spec.rb b/spec/bundler/runtime/platform_spec.rb
index 583608265f..eea2e94a1b 100644
--- a/spec/bundler/runtime/platform_spec.rb
+++ b/spec/bundler/runtime/platform_spec.rb
@@ -461,8 +461,6 @@ RSpec.describe "Bundler.setup with multi platform stuff" do
gem "platform_specific", :platforms => [:windows]
G
- bundle "install"
-
expect(the_bundle).to include_gems "platform_specific 1.0 #{platform}"
end
end