summaryrefslogtreecommitdiffstats
path: root/test/readme.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/readme.js')
-rw-r--r--test/readme.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/readme.js b/test/readme.js
index 0cf66ff..16aa81a 100644
--- a/test/readme.js
+++ b/test/readme.js
@@ -6,7 +6,7 @@ describe('Readme', function() {
'README.md': ''
})
.then(function(book) {
- return book.config.load()
+ return book.prepareConfig()
.then(function() {
return book.readme.load();