Sha256: 8bdf4479895fdfed66a51565124a730897618fd80f2506cb347cdf5b61cba131
Contents?: true
Size: 285 Bytes
Versions: 7
Compression:
Stored size: 285 Bytes
Contents
describe Card::ViewCache do it 'gets cleared by Card::Cache.reset_all' do Card::ViewCache.cache.write 'testkey', 1 expect(Card::ViewCache.cache.exist? 'testkey').to be_truthy Card::Cache.reset_all expect(Card::ViewCache.cache.exist? 'testkey').to be_falsey end end
Version data entries
7 entries across 7 versions & 1 rubygems