We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd1c5fb commit 9b9d312Copy full SHA for 9b9d312
spec/lib/msf/core/exploit/auto_target_spec.rb
@@ -3,6 +3,7 @@
3
RSpec.describe Msf::Exploit::AutoTarget do
4
5
include_context 'Msf::DBManager'
6
+ include_context 'Metasploit::Framework::Spec::Constants cleaner'
7
8
let(:windows_exploit) {
9
framework.modules.add_module_path(File.join(FILE_FIXTURES_PATH, 'modules'))
0 commit comments