mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 10:30:01 +08:00
attempt to stablise flaky spec
This commit is contained in:
parent
307311fdb1
commit
56fd3e1cd4
|
@ -3,6 +3,10 @@ require 'distributed_cache'
|
|||
|
||||
describe DistributedCache do
|
||||
|
||||
before :all do
|
||||
$redis.flushall
|
||||
end
|
||||
|
||||
let! :cache1 do
|
||||
DistributedCache.new("test")
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user