Skip to content

Commit 36a0fab

Browse files
committed
Fix resetting of cache store
1 parent 3b9b3cb commit 36a0fab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/rspec-rails-caching/test_store.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ def reset
2525
@data.clear
2626
@cached.clear
2727
@expired.clear
28+
@cached_pages.clear
29+
@expired_pages.clear
2830
@expiration_patterns.clear
2931
end
3032

0 commit comments

Comments
 (0)