summaryrefslogtreecommitdiffstats
path: root/test/website.js
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2015-01-22 18:21:30 +0100
committerSamy Pessé <samypesse@gmail.com>2015-01-22 18:21:30 +0100
commit0ba36c6f4ed316cc157c701abe4728d64da231b4 (patch)
treebe6a43d28d1411fe60cac8405dde33b2b38e6a52 /test/website.js
parentc47093e82a1814dd421c37fc3cbef9512541d526 (diff)
downloadgitbook-0ba36c6f4ed316cc157c701abe4728d64da231b4.zip
gitbook-0ba36c6f4ed316cc157c701abe4728d64da231b4.tar.gz
gitbook-0ba36c6f4ed316cc157c701abe4728d64da231b4.tar.bz2
Use external gitbook parsers
Diffstat (limited to 'test/website.js')
-rw-r--r--test/website.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/website.js b/test/website.js
index f1dabfb..54dfc8a 100644
--- a/test/website.js
+++ b/test/website.js
@@ -25,6 +25,7 @@ describe('Website Generator', function () {
it('should correctly generate a multilingual book to website', function(done) {
testGeneration(books[2], "site", function(output) {
assert(fs.existsSync(path.join(output, "index.html")));
+ assert(fs.existsSync(path.join(output, "gitbook")));
assert(fs.existsSync(path.join(output, "fr/index.html")));
assert(fs.existsSync(path.join(output, "en/index.html")));
}, done);