# File lib/mspec/runner/formatters/unit.rb, line 5 def finish print "\n\n#{@timer.format}\n" count = 0 @exceptions.each do |exc| outcome = exc.failure? ? "FAILED" : "ERROR" print "\n#{count += 1})\n#{exc.description} #{outcome}\n" print exc.message, ": \n" print exc.backtrace, "\n" end print "\n#{@tally.format}\n" end
Generated with the Darkfish Rdoc Generator 2.