/*global define,describe,it,expect,beforeEach,jasmine,xit*/ define( ['../src/LayoutSelection'], function (LayoutSelection) { "use strict"; describe("Layout/fixed position selection manager", function () { }); } );