diff --git a/test/specs/tags/interfacetag.js b/test/specs/tags/interfacetag.js index 480b9dcc..2c1d0736 100644 --- a/test/specs/tags/interfacetag.js +++ b/test/specs/tags/interfacetag.js @@ -1,10 +1,10 @@ describe('@interface tag', function() { var docSet = jasmine.getDocSetFromFile("test/fixtures/interface-implements.js"); - //var foundInterface = docSet.getByLongname('ITester'); + var foundInterface = docSet.getByLongname('ITester'); -// it('ITester has "interface" value in "kind"', function() { -// expect(foundInterface[0].kind).toBe('interface'); -// }); + it('ITester has "interface" value in "kind"', function() { + expect(foundInterface[0].kind).toBe('interface'); + }); }); \ No newline at end of file