method
format_rerun_snippet
v5.0.0.1 -
Show latest stable
- Class:
Rails::TestUnitReporter
format_rerun_snippet(result)private
No documentation available.
# File railties/lib/rails/test_unit/reporter.rb, line 69
def format_rerun_snippet(result)
location, line = result.method(result.name).source_location
"#{self.executable} #{relative_path_for(location)}:#{line}"
end