Remove caching in cache_collection (#29862)
This commit is contained in:
parent
ba5551fd1d
commit
5973d7a4b6
8 changed files with 14 additions and 86 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue