ArrayAssert = Y.ArrayAssert,
// -- Suite --------------------------------------------------------------------
// -- Lifecycle ----------------------------------------------------------------
name: 'Lifecycle',
tearDown: function () {
delete this.widget;
},
'WidgetPositionConstrain should add `constrain` and `preventOverlap` attributes': function () {
this.widget = new TestWidget({
constrain : '#test',
preventOverlap: true,
render : '#test'
});
}
}));
}, '@VERSION@', {
});