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
parent
0c6b820f7d
commit
8925db2ec1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue