diff options
| author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2025-01-23 12:23:14 +0100 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-01-28 15:31:51 +0900 |
| commit | 4035003fd03d91b7b2856d97d58ad23f930e42cd (patch) | |
| tree | becfd5cef1e06ba266f6ab36dd7ed50181ecef01 | |
| parent | 0603c1c68f12b919db98e4a3194ba0f70f3487e7 (diff) | |
[rubygems/rubygems] Remove duplicated `bundle install`
https://github.com/rubygems/rubygems/commit/1774ac5db1
| -rw-r--r-- | spec/bundler/runtime/platform_spec.rb | 2 |
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 |
