Update immediate goals.

- This commit should get rebased out before merging to master
This commit is contained in:
Davis W. Frank & Rajan Agaskar
2012-12-07 17:51:17 -08:00
parent be6b87a31b
commit 4ad43267ab
2 changed files with 19 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ jasmine.HtmlReporter.ReporterView = function(dom, jasmine, catchExceptions) {
this.specComplete = function(result) {
this.completeSpecCount++;
//TODO: this needs to work in order to get blanks for skipped specs.
// if (isUndefined(this.views.specs[result.id])) {
// this.views.specs[result.id] = new this.jasmine.HtmlReporter.SpecView(result, dom);
// }