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