From 930cc2c473bed73242077fd53e36a7ed588c8b86 Mon Sep 17 00:00:00 2001 From: Jeff Williams Date: Thu, 29 Jan 2015 16:04:09 -0800 Subject: [PATCH] remove incorrect spec --- test/specs/tags/inheritdoctag.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/specs/tags/inheritdoctag.js b/test/specs/tags/inheritdoctag.js index ead7fe3e..39c2827b 100644 --- a/test/specs/tags/inheritdoctag.js +++ b/test/specs/tags/inheritdoctag.js @@ -38,8 +38,4 @@ describe('@inheritdoc tag', function() { expect(socketRead).toBeDefined(); expect(socketRead.description).toBe(connectionRead.description); }); - - xit('should only be available if the Closure dictionary is enabled', function() { - // TODO - }); });