Skip to content

Commit

Permalink
Update specs from PR to match new ConsoleReporter interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregg Van Hove committed Sep 28, 2016
1 parent 1b60f4a commit 6f58487
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/reporters/console_reporter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@ describe("ConsoleReporter", function() {
});

it("reports a summary when done in case that stack is somehow undefined", function() {
var reporter = new ConsoleReporter({
var reporter = new ConsoleReporter();
reporter.setOptions({
print: this.out.print,
jasmineCorePath: jasmineCorePath
});
Expand Down

0 comments on commit 6f58487

Please sign in to comment.