From b6eb9a4d5e7ea886e3ec1c270930b6098e75efc0 Mon Sep 17 00:00:00 2001 From: Sheel Choksi Date: Sun, 20 Oct 2013 17:12:40 -0700 Subject: [PATCH] Remove now unused updateInterval that was being set in specs --- spec/core/CustomMatchersSpec.js | 1 - spec/core/EnvSpec.js | 1 - spec/core/ExceptionsSpec.js | 1 - spec/core/JsApiReporterSpec.js | 1 - spec/core/SpecRunningSpec.js | 1 - spec/html/MatchersHtmlSpec.js | 1 - 6 files changed, 6 deletions(-) diff --git a/spec/core/CustomMatchersSpec.js b/spec/core/CustomMatchersSpec.js index 21214b90..55676d19 100644 --- a/spec/core/CustomMatchersSpec.js +++ b/spec/core/CustomMatchersSpec.js @@ -5,7 +5,6 @@ // // beforeEach(function() { // env = new jasmine.Env(); -// env.updateInterval = 0; // }); // // it("should be easy to add more matchers local to a spec, suite, etc.", function() { diff --git a/spec/core/EnvSpec.js b/spec/core/EnvSpec.js index 53213d8a..f3b70b87 100644 --- a/spec/core/EnvSpec.js +++ b/spec/core/EnvSpec.js @@ -3,7 +3,6 @@ describe("Env", function() { var env; beforeEach(function() { env = new j$.Env(); - env.updateInterval = 0; }); describe('ids', function() { diff --git a/spec/core/ExceptionsSpec.js b/spec/core/ExceptionsSpec.js index 77bbae93..b5f4302e 100644 --- a/spec/core/ExceptionsSpec.js +++ b/spec/core/ExceptionsSpec.js @@ -3,7 +3,6 @@ describe('Exceptions:', function() { beforeEach(function() { env = new j$.Env(); - env.updateInterval = 0; }); describe('with break on exception', function() { diff --git a/spec/core/JsApiReporterSpec.js b/spec/core/JsApiReporterSpec.js index 827b0dba..11b56532 100644 --- a/spec/core/JsApiReporterSpec.js +++ b/spec/core/JsApiReporterSpec.js @@ -6,7 +6,6 @@ xdescribe('JsApiReporter (integration specs)', function() { beforeEach(function() { env = new j$.Env(); - env.updateInterval = 0; suite = env.describe("top-level suite", function() { spec1 = env.it("spec 1", function() { diff --git a/spec/core/SpecRunningSpec.js b/spec/core/SpecRunningSpec.js index 0b563ca2..476a429e 100644 --- a/spec/core/SpecRunningSpec.js +++ b/spec/core/SpecRunningSpec.js @@ -5,7 +5,6 @@ describe("jasmine spec running", function () { beforeEach(function() { env = new j$.Env(); - env.updateInterval = 0; }); it('should assign spec ids sequentially', function() { diff --git a/spec/html/MatchersHtmlSpec.js b/spec/html/MatchersHtmlSpec.js index be4f7cec..4fd15600 100644 --- a/spec/html/MatchersHtmlSpec.js +++ b/spec/html/MatchersHtmlSpec.js @@ -3,7 +3,6 @@ describe("MatchersSpec - HTML Dependent", function () { beforeEach(function() { env = new j$.Env(); - env.updateInterval = 0; var suite = env.describe("suite", function() { spec = env.it("spec", function() {