in rspec_stats/rspec_query.rb [74:80]
def html return if csv.empty? template = File.join(File.dirname(__FILE__), 'templates/table.erb') ERB.new(File.read(template)).result(binding) end