/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/ define( ["../src/CouchIndicator"], function (CouchIndicator) { "use strict"; describe("The CouchDB status indicator", function () { }); } );