Oops, only report results once.

This commit is contained in:
Christian Williams 2009-10-12 17:15:57 -05:00
parent f9b3eff5ab
commit d27684d280

View File

@ -71,20 +71,5 @@
</head> </head>
<body> <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> </body>
</html> </html>