[rubygems/rubygems] Add intermediate assertion to spec to help debugging

https://github.com/rubygems/rubygems/commit/ffabab65f2
This commit is contained in:
David Rodríguez 2025-02-12 15:44:51 +01:00 committed by Hiroshi SHIBATA
parent 592eb02d6c
commit 249881690a

View File

@ -420,6 +420,7 @@ RSpec.describe "bundle install from an existing gemspec" do
simulate_new_machine
simulate_platform("jruby") { bundle "install" }
expect(lockfile).to include("platform_specific (1.0-java)")
simulate_platform("x64-mingw32") { bundle "install" }
end