Parent

Methods

Files

Guard::Minitest::Reporter

Public Instance Methods

report() click to toggle source
# File lib/guard/minitest/reporter.rb, line 8
def report
  super

  ::Guard::Minitest::Notifier.notify(self.count, self.assertions,
                                     self.failures, self.errors,
                                     self.skips, self.total_time)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.