mirror of
https://github.com/ruby/ruby.git
synced 2025-09-18 10:03:59 +02:00
Update spec/bundler/bundler/fetcher/compact_index_spec.rb
Co-authored-by: Takashi Kokubun <takashikkbn@gmail.com>
This commit is contained in:
parent
edc7af48ac
commit
a89d856f26
Notes:
git
2022-12-07 17:57:30 +00:00
1 changed files with 0 additions and 2 deletions
|
@ -52,9 +52,7 @@ RSpec.describe Bundler::Fetcher::CompactIndex do
|
||||||
|
|
||||||
context "when OpenSSL is FIPS-enabled" do
|
context "when OpenSSL is FIPS-enabled" do
|
||||||
def remove_cached_md5_availability
|
def remove_cached_md5_availability
|
||||||
require "objspace"
|
|
||||||
return unless Bundler::SharedHelpers.instance_variable_defined?(:@md5_available)
|
return unless Bundler::SharedHelpers.instance_variable_defined?(:@md5_available)
|
||||||
puts ObjectSpace.dump(Bundler::SharedHelpers)
|
|
||||||
Bundler::SharedHelpers.remove_instance_variable(:@md5_available)
|
Bundler::SharedHelpers.remove_instance_variable(:@md5_available)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue