summaryrefslogtreecommitdiffstats
path: root/test/3-glossary.js
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2016-01-28 23:19:39 +0100
committerSamy Pessé <samypesse@gmail.com>2016-01-28 23:19:39 +0100
commitea98444dc0a6e59e79408963e1d340d7765ba9f6 (patch)
treeee946c4eebbe2a7cb9c8b572f2921dee859bbc8e /test/3-glossary.js
parent328c3a7d5141abdeab1488d6de8a47e62ebf48dc (diff)
downloadgitbook-ea98444dc0a6e59e79408963e1d340d7765ba9f6.zip
gitbook-ea98444dc0a6e59e79408963e1d340d7765ba9f6.tar.gz
gitbook-ea98444dc0a6e59e79408963e1d340d7765ba9f6.tar.bz2
Add parsing of summary and tests
Diffstat (limited to 'test/3-glossary.js')
-rw-r--r--test/3-glossary.js2
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);
});