attempt to stablise flaky spec
This commit is contained in:
parent
307311fdb1
commit
56fd3e1cd4
|
@ -3,6 +3,10 @@ require 'distributed_cache'
|
||||||
|
|
||||||
describe DistributedCache do
|
describe DistributedCache do
|
||||||
|
|
||||||
|
before :all do
|
||||||
|
$redis.flushall
|
||||||
|
end
|
||||||
|
|
||||||
let! :cache1 do
|
let! :cache1 do
|
||||||
DistributedCache.new("test")
|
DistributedCache.new("test")
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue