/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/ /** * MergeModelsSpec. Created by vwoeltje on 11/6/14. */ define( ["../src/SubPlot"], function (SubPlot) { "use strict"; describe("A sub-plot", function () { }); } );