diff --git a/spec/wordnet_index_spec.js b/spec/wordnet_index_spec.js index f1d58ea73..089f49722 100644 --- a/spec/wordnet_index_spec.js +++ b/spec/wordnet_index_spec.js @@ -29,7 +29,6 @@ describe('indexFile', function() { it('should look up a word if the file exists', function() { indexFile = new IndexFile('spec/test_data/', 'document1.txt'); indexFile.lookupFromFile('node', function(indexRecord) { - should.not.exist(indexRecord); }); });