html

in rspec_stats/rspec_stats.rb [24:28]


  def html
    template = File.join(File.dirname(__FILE__), 'templates/page.erb')
    ERB.new(File.read(template)).result(binding)
  end