summaryrefslogtreecommitdiffstats
path: root/test/readme.js
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2016-02-25 14:17:31 +0100
committerSamy Pessé <samypesse@gmail.com>2016-02-25 14:17:31 +0100
commit9215edc0a08e909763bae67ce7babb46fe655a4d (patch)
tree3797f331793a76b838b8e04777472676b63d3ecc /test/readme.js
parent25ae21dae35e42268be28d9efa7f8175841c7dcc (diff)
downloadgitbook-9215edc0a08e909763bae67ce7babb46fe655a4d.zip
gitbook-9215edc0a08e909763bae67ce7babb46fe655a4d.tar.gz
gitbook-9215edc0a08e909763bae67ce7babb46fe655a4d.tar.bz2
Remove option defaultPlugins and simplify loading
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 16aa81a..0cf66ff 100644
--- a/test/readme.js
+++ b/test/readme.js
@@ -6,7 +6,7 @@ describe('Readme', function() {
'README.md': ''
})
.then(function(book) {
- return book.prepareConfig()
+ return book.config.load()
.then(function() {
return book.readme.load();