Class: Minitest::Libnotify::Reporter

Inherits:
StatisticsReporter
  • Object
show all
Defined in:
lib/minitest/libnotify/reporter.rb

Instance Method Summary collapse

Constructor Details

#initializeReporter

Returns a new instance of Reporter.



6
7
8
9
10
# File 'lib/minitest/libnotify/reporter.rb', line 6

def initialize
  super

  @notifier = Notifier.new
end

Instance Method Details

#reportObject



12
13
14
15
16
# File 'lib/minitest/libnotify/reporter.rb', line 12

def report
  super

  notify
end