ArrayAssert = Y.ArrayAssert,
// -- Suite --------------------------------------------------------------------
// -- Lifecycle ----------------------------------------------------------------
name: 'Lifecycle',
tearDown: function () {
delete this.widget;
},
'WidgetPosition should add `x`, `y`, and `xy` attributes': function () {
this.widget = new TestWidget();
},
'`move()` should move the widget to the new `xy`': function () {
this.widget = new TestWidget();
}
}));
}, '@VERSION@', {
});