diff options
Diffstat (limited to 'test/3-glossary.js')
-rw-r--r-- | test/3-glossary.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/3-glossary.js b/test/3-glossary.js index 176298f..0efef34 100644 --- a/test/3-glossary.js +++ b/test/3-glossary.js @@ -61,7 +61,7 @@ describe('Glossary', function() { entry.id.should.equal('hello_world'); }); - it('should undefined return non existing entry', function() { + it('should return undefined for non existing entry', function() { var entry = book.glossary.find('Hello'); should.not.exist(entry); }); |