Module: Minitest::Instrument::Notifications

Defined in:
lib/minitest-instrument.rb

Instance Method Summary collapse

Instance Method Details

#run(runner) ⇒ Object



9
10
11
12
13
# File 'lib/minitest-instrument.rb', line 9

def run(runner)
  ActiveSupport::Notifications.instrument('test.finished', {klass: self.class.name, test: @__name__}) do
    return super
  end
end