Files
metasploit-gs/lib/metasploit/framework/spec.rb
T
Luke Imhoff 605f48e58d Detect leaked constants under Msf::Modules
MSP-11130

Detect constants leaked under Msf::Modules after the suite completes.
2014-10-27 11:13:43 -05:00

5 lines
94 B
Ruby

module Metasploit::Framework::Spec
extend ActiveSupport::Autoload
autoload :Constants
end