summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/plugins.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/plugins.js b/test/plugins.js
index 046e4fb..c0f2373 100644
--- a/test/plugins.js
+++ b/test/plugins.js
@@ -75,7 +75,7 @@ describe('Plugins', function () {
it('should extend books plugins', function() {
var resources = book.plugins.resources('website');
- resources.js.should.have.lengthOf(3);
+ resources.js.should.have.lengthOf(5);
});
});