define(function() { 'use strict'; var expect = chai.expect; describe('Cloudstorage DAO unit tests', function() { beforeEach(function() {}); afterEach(function() {}); describe('init', function() { it('should not explode', function() { expect(true).to.be.ok; }); }); }); });