mirror of
https://github.com/discourse/discourse.git
synced 2026-08-14 06:55:03 -05:00
another try fixing this test
This commit is contained in:
@@ -25,7 +25,7 @@ describe Scheduler::Manager do
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
let(:manager) { Scheduler::Manager.new }
|
let(:manager) { Scheduler::Manager.new(Redis.new) }
|
||||||
|
|
||||||
before do
|
before do
|
||||||
$redis.del manager.class.queue_key
|
$redis.del manager.class.queue_key
|
||||||
|
|||||||
Reference in New Issue
Block a user