[Plot] Remove failing specs

Remove specs which fail due to refactoring for
WTD-625.
This commit is contained in:
Victor Woeltjen
2014-12-12 09:49:44 -08:00
parent a677ed258e
commit 4586146da2
4 changed files with 30 additions and 113 deletions

View File

@ -9,6 +9,15 @@ define(
"use strict";
describe("Stacked plot mode", function () {
var testDrawingObject;
it("draws all lines to one subplot", function () {
// Should have put some lines in the drawing scope,
// which the template should pass along to the renderer
//expect(testDrawingObject.lines).toBeDefined();
});
});
}
);