rename *node to *console

This commit is contained in:
Steve Conover
2011-02-28 18:02:44 -08:00
parent a1f58f8be4
commit e42026ee84
3 changed files with 5 additions and 5 deletions
@@ -1,4 +1,4 @@
describe("TrivialNodeReporter", function() {
describe("TrivialConsoleReporter", function() {
//keep these literal. otherwise the test loses value as a test.
@@ -47,7 +47,7 @@ describe("TrivialNodeReporter", function() {
};
})();
this.reporter = new jasmine.TrivialNodeReporter(this.out.print);
this.reporter = new jasmine.TrivialConsoleReporter(this.out.print);
});