Skip to content

Commit

Permalink
Update spec/bundler/bundler/fetcher/compact_index_spec.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Takashi Kokubun <takashikkbn@gmail.com>
  • Loading branch information
tenderlove and k0kubun committed Dec 7, 2022
1 parent edc7af4 commit a89d856
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/bundler/bundler/fetcher/compact_index_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@

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

Expand Down

0 comments on commit a89d856

Please sign in to comment.