From 64a67ed320bcbcab03e3b1a5a92fcbb2c66d1454 Mon Sep 17 00:00:00 2001 From: Greg Cobb and Tim Jarratt Date: Thu, 28 Aug 2014 15:55:39 -0700 Subject: [PATCH] Trim extraneous whitespace --- spec/core/integration/EnvSpec.js | 1 - spec/core/integration/SpecRunningSpec.js | 1 - 2 files changed, 2 deletions(-) diff --git a/spec/core/integration/EnvSpec.js b/spec/core/integration/EnvSpec.js index 8b41fb83..89686535 100644 --- a/spec/core/integration/EnvSpec.js +++ b/spec/core/integration/EnvSpec.js @@ -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']); diff --git a/spec/core/integration/SpecRunningSpec.js b/spec/core/integration/SpecRunningSpec.js index 97c3fdd7..c46793ce 100644 --- a/spec/core/integration/SpecRunningSpec.js +++ b/spec/core/integration/SpecRunningSpec.js @@ -461,7 +461,6 @@ describe("jasmine spec running", function () { }); }); - // TODO: is this useful? It doesn't catch syntax errors xit("should recover gracefully when there are errors in describe functions", function() { var specs = [];