Method: DeepTest.init

Defined in:
lib/deep_test.rb

.init(options) ⇒ Object



18
19
20
21
22
# File 'lib/deep_test.rb', line 18

def self.init(options)
  return if @initialized
  @initialized = true
  Metrics::Gatherer.setup(options)
end