summaryrefslogtreecommitdiffstats
path: root/test/init.js
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2015-09-10 09:59:45 +0200
committerSamy Pessé <samypesse@gmail.com>2015-09-10 09:59:45 +0200
commit241e205717bdbb8588de82fe34afd2f2e2752bdc (patch)
tree8276dcfd430d542e7118e7619755a36e65fec8a2 /test/init.js
parente7f2803d115974ebc2f4a0356ca053d3b2b59931 (diff)
parentfb2720ea8d11329aa857122fcf628ca3d4196aab (diff)
downloadgitbook-241e205717bdbb8588de82fe34afd2f2e2752bdc.zip
gitbook-241e205717bdbb8588de82fe34afd2f2e2752bdc.tar.gz
gitbook-241e205717bdbb8588de82fe34afd2f2e2752bdc.tar.bz2
Merge pull request #912 from GitbookIO/fix/538
Fix 538: duplicate entries without paths are ignored
Diffstat (limited to 'test/init.js')
-rw-r--r--test/init.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/init.js b/test/init.js
index 3ba701f..8415b20 100644
--- a/test/init.js
+++ b/test/init.js
@@ -19,5 +19,6 @@ describe('Init Books', function () {
should(fs.existsSync(path.resolve(initRoot, "hello.md"))).be.ok;
should(fs.existsSync(path.resolve(initRoot, "hello2.md"))).be.ok;
should(fs.existsSync(path.resolve(initRoot, "hello3/hello4.md"))).be.ok;
+ should(fs.existsSync(path.resolve(initRoot, "hello3/hello5/hello6.md"))).be.ok;
});
});