Add new HTMLReporter

This commit is contained in:
Davis W. Frank & Sean Durham
2011-11-04 14:41:42 -07:00
parent de9e2abad5
commit ad4f48dcd4
22 changed files with 1793 additions and 339 deletions
+1 -1
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