Oops, only report results once.

This commit is contained in:
Christian Williams 2009-10-12 17:15:57 -05:00
parent f9b3eff5ab
commit d27684d280
1 changed files with 0 additions and 15 deletions

View File

@ -71,20 +71,5 @@
</head>
<body>
<script type="text/javascript">
var jasmineEnv = jasmine.getEnv();
var trivialReporter = new jasmine.TrivialReporter();
jasmineEnv.addReporter(trivialReporter);
jasmineEnv.specFilter = function(spec) {
return trivialReporter.specFilter(spec);
};
window.onload = function() {
jasmineEnv.execute();
};
</script>
</body>
</html>