/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/ define( ["../src/ContainmentTable"], function (ContainmentTable) { "use strict"; describe("Composition policy's containment table", function () { }); } );