Add New HTMLReporter

This commit is contained in:
Davis W. Frank
2011-08-26 07:24:10 -04:00
committed by ragaskar
parent 9423dfee07
commit 05b7730db1
7 changed files with 607 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ def core_sources
end
def html_sources
Dir.glob('./src/html/*.js')
['./src/html/HtmlReporterHelpers.js'] + Dir.glob('./src/html/*.js')
end
def console_sources