method
prerecord
v8.0.0 -
Show latest stable
- Class:
Rails::TestUnitReporter
prerecord(test_class, test_name)public
No documentation available.
# File railties/lib/rails/test_unit/reporter.rb, line 11
def prerecord(test_class, test_name)
super
if options[:verbose]
io.print "%s#%s = " % [test_class.name, test_name]
end
end