Remove now unused updateInterval that was being set in specs
This commit is contained in:
@@ -5,7 +5,6 @@
|
|||||||
//
|
//
|
||||||
// beforeEach(function() {
|
// beforeEach(function() {
|
||||||
// env = new jasmine.Env();
|
// env = new jasmine.Env();
|
||||||
// env.updateInterval = 0;
|
|
||||||
// });
|
// });
|
||||||
//
|
//
|
||||||
// it("should be easy to add more matchers local to a spec, suite, etc.", function() {
|
// it("should be easy to add more matchers local to a spec, suite, etc.", function() {
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ describe("Env", function() {
|
|||||||
var env;
|
var env;
|
||||||
beforeEach(function() {
|
beforeEach(function() {
|
||||||
env = new j$.Env();
|
env = new j$.Env();
|
||||||
env.updateInterval = 0;
|
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('ids', function() {
|
describe('ids', function() {
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ describe('Exceptions:', function() {
|
|||||||
|
|
||||||
beforeEach(function() {
|
beforeEach(function() {
|
||||||
env = new j$.Env();
|
env = new j$.Env();
|
||||||
env.updateInterval = 0;
|
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('with break on exception', function() {
|
describe('with break on exception', function() {
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ xdescribe('JsApiReporter (integration specs)', function() {
|
|||||||
|
|
||||||
beforeEach(function() {
|
beforeEach(function() {
|
||||||
env = new j$.Env();
|
env = new j$.Env();
|
||||||
env.updateInterval = 0;
|
|
||||||
|
|
||||||
suite = env.describe("top-level suite", function() {
|
suite = env.describe("top-level suite", function() {
|
||||||
spec1 = env.it("spec 1", function() {
|
spec1 = env.it("spec 1", function() {
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ describe("jasmine spec running", function () {
|
|||||||
|
|
||||||
beforeEach(function() {
|
beforeEach(function() {
|
||||||
env = new j$.Env();
|
env = new j$.Env();
|
||||||
env.updateInterval = 0;
|
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should assign spec ids sequentially', function() {
|
it('should assign spec ids sequentially', function() {
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ describe("MatchersSpec - HTML Dependent", function () {
|
|||||||
|
|
||||||
beforeEach(function() {
|
beforeEach(function() {
|
||||||
env = new j$.Env();
|
env = new j$.Env();
|
||||||
env.updateInterval = 0;
|
|
||||||
|
|
||||||
var suite = env.describe("suite", function() {
|
var suite = env.describe("suite", function() {
|
||||||
spec = env.it("spec", function() {
|
spec = env.it("spec", function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user