/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/ /** * DomainObjectSpec. Created by vwoeltje on 11/6/14. */ define( ["../../src/objects/DomainObject"], function (DomainObject) { "use strict"; describe("", function () { }); } );