remove incorrect spec

This commit is contained in:
Jeff Williams 2015-01-29 16:04:09 -08:00
parent fb4cb530e3
commit 930cc2c473

View File

@ -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
});
});