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