summaryrefslogtreecommitdiffstats
path: root/test/glossary.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/glossary.js')
-rw-r--r--test/glossary.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/glossary.js b/test/glossary.js
index acfd184..631967e 100644
--- a/test/glossary.js
+++ b/test/glossary.js
@@ -6,7 +6,7 @@ describe('Glossary', function () {
var book;
before(function() {
- return books.parse("glossary", "website")
+ return books.parse("glossary")
.then(function(_book) {
book = _book;
});