2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

attempt to stablise flaky spec

This commit is contained in:
Sam 2017-07-28 16:59:25 -04:00
parent 307311fdb1
commit 56fd3e1cd4

View file

@ -3,6 +3,10 @@ require 'distributed_cache'
describe DistributedCache do
before :all do
$redis.flushall
end
let! :cache1 do
DistributedCache.new("test")
end