Remove caching in cache_collection
(#29862)
This commit is contained in:
@@ -25,7 +25,6 @@ RSpec.describe HomeFeed, type: :model do
|
||||
results = subject.get(3)
|
||||
|
||||
expect(results.map(&:id)).to eq [3, 2]
|
||||
expect(results.first.attributes.keys).to eq %w(id updated_at)
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user