From a75097236584f5e1edcc395c37dea6be5b442fba Mon Sep 17 00:00:00 2001 From: Nikita Shilnikov Date: Tue, 7 Jan 2025 20:00:14 +0100 Subject: [PATCH] Remove leftovers from reverted commits --- repository/spec/spec_helper.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/repository/spec/spec_helper.rb b/repository/spec/spec_helper.rb index 98673fda1..6ef8b7750 100644 --- a/repository/spec/spec_helper.rb +++ b/repository/spec/spec_helper.rb @@ -58,8 +58,6 @@ def self.remove_constants config.after do Test.remove_constants - ROM::Repository::RelationReader.relation_readers(nil) - ROM::Repository::RelationReader.relation_cache(Concurrent::Hash.new) end Dir[SPEC_ROOT.join('support/*.rb').to_s].each do |f|