Fix thread leaks in TaskManager spec

MSP-11147
bug/bundler_fix
Luke Imhoff 2014-11-11 12:02:14 -06:00
parent eede74be1e
commit cf0ecd0367
No known key found for this signature in database
GPG Key ID: 5B1FB01FB33356F8
1 changed files with 1 additions and 4 deletions

View File

@ -4,10 +4,7 @@ require 'msf/core'
require 'msf/core/task_manager'
describe Msf::TaskManager do
let(:framework) do
Msf::Framework.new
end
include_context 'Msf::Simple::Framework'
let(:tm) do
Msf::TaskManager.new(framework)