From: Aleksander Ɓukasz Date: Thu, 26 Sep 2013 12:31:32 +0000 (+0200) Subject: Refactor X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/814507273dabfe3df3cf3de4d03bd4b100556ac4 Refactor --- diff --git a/src/smartxml/smartxml.test.js b/src/smartxml/smartxml.test.js index 35cca61..8b9ed6e 100644 --- a/src/smartxml/smartxml.test.js +++ b/src/smartxml/smartxml.test.js @@ -20,8 +20,8 @@ var elementNodeFromParams = function(params) { describe.only('smartxml', function() { - describe('Basic use', function() { - it('exposes root element', function() { + describe('Basic Document properties', function() { + it('exposes its root element', function() { var doc = getDocumentFromXML('
'); expect(doc.root.getTagName()).to.equal('div'); });