it("must register a listener to the specified event type", function () {
      var el = createEl('div');
      var spy = sinon.spy();
      dom.once(el, 'mouseover', spy);