Skip to content

Commit b72ec00

Browse files
committed
Merge pull request #79 from jmcriffey/bugfix/jasmine2.0
Count failed specs
2 parents a6a8711 + af488e6 commit b72ec00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/_patch/jasmine2-plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
results.passed++;
1515
} else {
1616
results.tracebacks.push(specs[spec].description);
17-
results.failed = true;
17+
results.failed++;
1818
}
1919
}
2020

0 commit comments

Comments
 (0)