Skip to content

Commit 8925db2

Browse files
committed
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'.
1 parent 0c6b820 commit 8925db2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spec/support/shared/contexts/msf/simple/framework.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
require 'metasploit/framework'
44

55
shared_context 'Msf::Simple::Framework' do
6-
include_context 'Msf::Framework#threads cleaner'
7-
86
let(:dummy_pathname) do
97
Rails.root.join('spec', 'dummy')
108
end

0 commit comments

Comments
 (0)