mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-10-29 18:07:27 +01:00
Remove unnecessary thread cleaning from Msfcli spec
MSP-11605
This commit is contained in:
parent
43511e648a
commit
bc53e7667d
@ -143,7 +143,6 @@ describe Msfcli, :content do
|
||||
#
|
||||
context "#dump_module_list" do
|
||||
include_context 'Metasploit::Framework::Spec::Constants cleaner'
|
||||
include_context 'Msf::Framework#threads cleaner'
|
||||
|
||||
let(:framework) {
|
||||
msfcli.framework
|
||||
@ -490,7 +489,6 @@ describe Msfcli, :content do
|
||||
|
||||
context "#init_modules" do
|
||||
include_context 'Metasploit::Framework::Spec::Constants cleaner'
|
||||
include_context 'Msf::Framework#threads cleaner'
|
||||
|
||||
let(:args) {
|
||||
[
|
||||
@ -645,7 +643,6 @@ describe Msfcli, :content do
|
||||
|
||||
context "#engage_mode" do
|
||||
include_context 'Metasploit::Framework::Spec::Constants cleaner'
|
||||
include_context 'Msf::Framework#threads cleaner'
|
||||
|
||||
subject(:engage_mode) {
|
||||
msfcli.engage_mode(modules)
|
||||
|
Loading…
Reference in New Issue
Block a user