Sha256: 613820e75da076f51e9a4b7f7082362d3491e28208337acf618a0bfe2c90e1c7
Contents?: true
Size: 299 Bytes
Versions: 7
Compression:
Stored size: 299 Bytes
Contents
# -*- encoding : utf-8 -*- describe Card::View do it "cache gets cleared by Card::Cache.reset_all" do Card::View.cache.write "testkey", 1 expect(Card::View.cache.exist? "testkey").to be_truthy Card::Cache.reset_all expect(Card::View.cache.exist? "testkey").to be_falsey end end
Version data entries
7 entries across 7 versions & 1 rubygems