Remove thread cleaner from Msf::Simple::Framework shared context

MSP-11605

The `framework` from 'Msf::Simple::Framework' shared context is not
guaranteed to make threads with `framework.threads` anymore, so the
cleaner shouldn't allows be present in 'Msf::Simple::Framework'.
bug/bundler_fix
Luke Imhoff 2014-11-14 09:14:13 -06:00
parent 0c6b820f7d
commit 8925db2ec1
No known key found for this signature in database
GPG Key ID: 5B1FB01FB33356F8
1 changed files with 0 additions and 2 deletions

View File

@ -3,8 +3,6 @@ require 'msf/base/simple/framework'
require 'metasploit/framework' require 'metasploit/framework'
shared_context 'Msf::Simple::Framework' do shared_context 'Msf::Simple::Framework' do
include_context 'Msf::Framework#threads cleaner'
let(:dummy_pathname) do let(:dummy_pathname) do
Rails.root.join('spec', 'dummy') Rails.root.join('spec', 'dummy')
end end