Skip to content

Commit bc53e76

Browse files
committed
Remove unnecessary thread cleaning from Msfcli spec
MSP-11605
1 parent 43511e6 commit bc53e76

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

spec/msfcli_spec.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ def get_stdout(&block)
143143
#
144144
context "#dump_module_list" do
145145
include_context 'Metasploit::Framework::Spec::Constants cleaner'
146-
include_context 'Msf::Framework#threads cleaner'
147146

148147
let(:framework) {
149148
msfcli.framework
@@ -490,7 +489,6 @@ def get_stdout(&block)
490489

491490
context "#init_modules" do
492491
include_context 'Metasploit::Framework::Spec::Constants cleaner'
493-
include_context 'Msf::Framework#threads cleaner'
494492

495493
let(:args) {
496494
[
@@ -645,7 +643,6 @@ def get_stdout(&block)
645643

646644
context "#engage_mode" do
647645
include_context 'Metasploit::Framework::Spec::Constants cleaner'
648-
include_context 'Msf::Framework#threads cleaner'
649646

650647
subject(:engage_mode) {
651648
msfcli.engage_mode(modules)

0 commit comments

Comments
 (0)