Trim extraneous whitespace

This commit is contained in:
Greg Cobb and Tim Jarratt
2014-08-28 15:55:39 -07:00
parent dee1066652
commit 64a67ed320
2 changed files with 0 additions and 2 deletions

View File

@@ -353,7 +353,6 @@ describe("Env integration", function() {
env.execute();
});
it("only reports afterAll expectation failures once, regardless of suite children", function(done) {
var env = new j$.Env(),
reporter = jasmine.createSpyObj('fakeReport', ['jasmineDone','afterAllEvent']);