another try fixing this test

This commit is contained in:
Sam 2014-02-07 14:38:00 +11:00
parent d9c05fcfc8
commit 585fae0541
1 changed files with 1 additions and 1 deletions

View File

@ -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