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|