class Rails::TestUnitReporter
def prerecord(test_class, test_name)
def prerecord(test_class, test_name) super if options[:verbose] io.print "%s#%s = " % [test_class.name, test_name] end end
def prerecord(test_class, test_name) super if options[:verbose] io.print "%s#%s = " % [test_class.name, test_name] end end