Object
# File lib/guard/minitest/runners/old_runner.rb, line 9 def _run_anything(type) start = Time.now _run_anything_without_guard(type) duration = Time.now - start ::Guard::Minitest::Notifier.notify(test_count, assertion_count, failures, errors, skips, duration) end
Generated with the Darkfish Rdoc Generator 2.