d4d710cc3a
MSP-11147 Merge to get framework instance cleanup, which should clean up a lot of thread leaks too. Conflicts: Rakefile lib/metasploit/framework/spec.rb spec/spec_helper.rb
6 lines
114 B
Ruby
6 lines
114 B
Ruby
module Metasploit::Framework::Spec
|
|
extend ActiveSupport::Autoload
|
|
|
|
autoload :Constants
|
|
autoload :Threads
|
|
end |