From b48950d383a7984f3f22b7691a667d672a6f9e82 Mon Sep 17 00:00:00 2001 From: Tod Beardsley Date: Mon, 11 Nov 2013 13:37:03 -0600 Subject: [PATCH] Remove blanket pending test for exe_spec SeeRM #8436 SeeRM #8668 The fix for #8668 is more surgical than the previous fix for #8436, and may prove to be more useful --- spec/lib/msf/util/exe_spec.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/lib/msf/util/exe_spec.rb b/spec/lib/msf/util/exe_spec.rb index ace44a1564..5c7a4f7038 100644 --- a/spec/lib/msf/util/exe_spec.rb +++ b/spec/lib/msf/util/exe_spec.rb @@ -12,8 +12,6 @@ describe Msf::Util::EXE do described_class end - before { pending "Pending RM#8463, fix all these these tests up." } - $framework = Msf::Simple::Framework.create( :module_types => [ Msf::MODULE_NOP ], 'DisableDatabase' => true