Module: Polyrun::Minitest::WorkerPingTestHook

Defined in:
lib/polyrun/minitest.rb

Instance Method Summary collapse

Instance Method Details

#setupObject



11
12
13
14
# File 'lib/polyrun/minitest.rb', line 11

def setup
  Polyrun::WorkerPing.ping!(location: polyrun_minitest_location)
  super
end

#teardownObject



16
17
18
19
# File 'lib/polyrun/minitest.rb', line 16

def teardown
  super
  Polyrun::WorkerPing.ping!(location: polyrun_minitest_location)
end