test/test_helper.rb in identity_cache-0.0.3 vs test/test_helper.rb in identity_cache-0.0.4

- old
+ new

@@ -83,10 +83,10 @@ yield end end def cache_hash(key) - CityHash.hash64(key) + IdentityCache.memcache_hash(key) end end class SQLCounter cattr_accessor :ignored_sql