From 814507273dabfe3df3cf3de4d03bd4b100556ac4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Thu, 26 Sep 2013 14:31:32 +0200 Subject: [PATCH] Refactor --- src/smartxml/smartxml.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'); }); -- 2.20.1