/*global define,Promise,describe,it,expect,beforeEach*/ /** * Module defining ConstantsSpec. Created by vwoeltje on 11/6/14. */ define( ["../src/Constants"], function (Constants) { "use strict"; describe("Framework constants", function () { }); } );