red F, duh

This commit is contained in:
Steve Conover
2011-02-28 13:46:30 -08:00
parent 945a9ba638
commit c1d2718bea
2 changed files with 4 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ describe("TrivialNodeReporter", function() {
this.reporter.reportSpecResults(failingSpec);
expect(this.fakeSys.getOutput()).toEqual(
red(".")
red("F")
);
});