/*global define,describe,it,expect,beforeEach,jasmine*/ define( ["../src/LayoutController"], function (LayoutController) { "use strict"; describe("The Layout controller", function () { }); } );