[rubygems/rubygems] Tweak to spec setup so that rspec instead of our bin/rspec binstub still works

https://github.com/rubygems/rubygems/commit/24e6699316
This commit is contained in:
David Rodríguez 2025-06-05 09:14:37 +02:00 committed by Hiroshi SHIBATA
parent 3ba066e54f
commit 6a9af9f0b5
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -28,6 +28,9 @@ module Spec
end
def test_setup
# Install test dependencies unless parallel-rspec is being used, since in that case they should be setup already
install_test_deps unless ENV["RSPEC_FORMATTER_OUTPUT_ID"]
setup_test_paths
require "fileutils"