We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d42a34a commit 6e9f9b4Copy full SHA for 6e9f9b4
activesupport/test/cache/stores/mem_cache_store_test.rb
@@ -42,7 +42,7 @@ def lookup_store(options = {})
42
def setup
43
skip "memcache server is not up" unless MEMCACHE_UP
44
45
- @namespace = "test-#{SecureRandom.hex}"
+ @namespace = "test-#{Random.rand(16**32).to_s(16)}"
46
@cache = lookup_store(expires_in: 60)
47
@peek = lookup_store
48
@cache.logger = ActiveSupport::Logger.new(File::NULL)
0 commit comments