Files
metasploit-gs/lib/metasploit/framework/spec/threads.rb
T
Luke Imhoff 96990fdc02 Fail before suite if more than 1 thread exists
MSP-11147

Detect thread leaks in a `before(:suite)` configured by
`Metasploit::Framework::Spec::Threads::Suite.configure!` and fail if any
leaks are found.
2014-11-05 14:38:43 -06:00

5 lines
99 B
Ruby

module Metasploit::Framework::Spec::Threads
extend ActiveSupport::Autoload
autoload :Suite
end