Skip to content

Commit 6f58487

Browse files
author
Gregg Van Hove
committed
Update specs from PR to match new ConsoleReporter interface
1 parent 1b60f4a commit 6f58487

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/reporters/console_reporter_spec.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,8 @@ describe("ConsoleReporter", function() {
282282
});
283283

284284
it("reports a summary when done in case that stack is somehow undefined", function() {
285-
var reporter = new ConsoleReporter({
285+
var reporter = new ConsoleReporter();
286+
reporter.setOptions({
286287
print: this.out.print,
287288
jasmineCorePath: jasmineCorePath
288289
});

0 commit comments

Comments
 (0)