Method: Spree::TestingSupport::Caching#clear_cache_events
- Defined in:
- lib/spree/testing_support/caching.rb
#clear_cache_events ⇒ Object
10 11 12 |
# File 'lib/spree/testing_support/caching.rb', line 10 def clear_cache_events @cache_write_events = [] end |