class Rectify::RSpec::DatabaseReporter::Display

def render

def render
  return if query_stats.empty?
  header
  rows
  summary
end