describe("decode", function(){
    it("must return undefined when is not passed a string", function() {
      assert.isUndefined(xml.decode());
      assert.isUndefined(xml.decode({}));
    });