Method: Webhookdb::Async.setup_tests

Defined in:
lib/webhookdb/async.rb

.setup_testsObject

Set up for tests. This performs common config and requires the jobs. It does not install the routing/auditing jobs, since those should only be installed at specific times.



121
122
123
124
125
126
# File 'lib/webhookdb/async.rb', line 121

def self.setup_tests
  return if Amigo.structured_logging # assume we are set up
  self._setup_common
  self._require_jobs
  return true
end