summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2022-12-07 06:56:30 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2022-12-07 09:57:11 -0800
commita89d856f2693007cceabcce07b1d60542ad9ddf9 (patch)
treeac73d0e409e4099a1822581bc529be701eb9a9c1 /spec
parentedc7af48acd12666a2945f30901d16b62a39f474 (diff)
Update spec/bundler/bundler/fetcher/compact_index_spec.rb
Co-authored-by: Takashi Kokubun <takashikkbn@gmail.com>
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/6866
Diffstat (limited to 'spec')
-rw-r--r--spec/bundler/bundler/fetcher/compact_index_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/bundler/bundler/fetcher/compact_index_spec.rb b/spec/bundler/bundler/fetcher/compact_index_spec.rb
index 842088a20a..00eb27edea 100644
--- a/spec/bundler/bundler/fetcher/compact_index_spec.rb
+++ b/spec/bundler/bundler/fetcher/compact_index_spec.rb
@@ -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