96990fdc02
MSP-11147 Detect thread leaks in a `before(:suite)` configured by `Metasploit::Framework::Spec::Threads::Suite.configure!` and fail if any leaks are found.
5 lines
99 B
Ruby
5 lines
99 B
Ruby
module Metasploit::Framework::Spec::Threads
|
|
extend ActiveSupport::Autoload
|
|
|
|
autoload :Suite
|
|
end |