1
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:
Luke Imhoff 2014-11-14 12:40:04 -06:00
parent 43511e648a
commit bc53e7667d
No known key found for this signature in database
GPG Key ID: 5B1FB01FB33356F8

View File

@ -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)