class Guard::Minitest::Reporter
Public Instance Methods
report()
click to toggle source
Calls superclass method
# File lib/guard/minitest/reporter.rb, line 7 def report super ::Guard::Minitest::Notifier.notify(count, assertions, failures, errors, skips, total_time) end