Remove now unused updateInterval that was being set in specs

This commit is contained in:
Sheel Choksi
2013-10-20 17:12:40 -07:00
parent fdb7df812c
commit b6eb9a4d5e
6 changed files with 0 additions and 6 deletions

View File

@@ -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() {