[Plot] Add skeleton specs

Add skeleton specs for remaining plot scripts.
WTD-533.
This commit is contained in:
Victor Woeltjen
2014-12-01 19:45:23 -08:00
parent 86711735b7
commit ae05ed903b
10 changed files with 136 additions and 1 deletions

View File

@ -0,0 +1,14 @@
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
/**
* MergeModelsSpec. Created by vwoeltje on 11/6/14.
*/
define(
["../../src/elements/PlotFormatter"],
function (PlotFormatter) {
"use strict";
describe("The plot formatter", function () {
});
}
);