method

format_rerun_snippet

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