Class: Minitest::Reporters::MacosNotificationReporter

Inherits:
BaseReporter
  • Object
show all
Defined in:
lib/minitest/reporters/macos_notification_reporter.rb

Instance Method Summary collapse

Instance Method Details

#reportObject



10
11
12
13
# File 'lib/minitest/reporters/macos_notification_reporter.rb', line 10

def report
  super
  show_notification if OS.mac?
end