mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
another try fixing this test
This commit is contained in:
parent
d9c05fcfc8
commit
585fae0541
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue