Class: Minitest::Libnotify::Reporter
- Inherits:
-
StatisticsReporter
- Object
- StatisticsReporter
- Minitest::Libnotify::Reporter
- Defined in:
- lib/minitest/libnotify/reporter.rb
Instance Method Summary collapse
-
#initialize ⇒ Reporter
constructor
A new instance of Reporter.
- #report ⇒ Object
Constructor Details
#initialize ⇒ Reporter
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
#report ⇒ Object
12 13 14 15 16 |
# File 'lib/minitest/libnotify/reporter.rb', line 12 def report super notify end |