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
@ -52,9 +52,7 @@ RSpec.describe Bundler::Fetcher::CompactIndex do
|
||||
|
||||
context "when OpenSSL is FIPS-enabled" do
|
||||
def remove_cached_md5_availability
|
||||
require "objspace"
|
||||
return unless Bundler::SharedHelpers.instance_variable_defined?(:@md5_available)
|
||||
puts ObjectSpace.dump(Bundler::SharedHelpers)
|
||||
Bundler::SharedHelpers.remove_instance_variable(:@md5_available)
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user