diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-01-21 11:43:39 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-01-21 11:43:39 +0100 |
commit | b5d7e7966f52386486998299e2f96116ca9cef27 (patch) | |
tree | 9d123e71c36e3705b75caf456b1870ba891f3eee /test | |
parent | be2da0fab1c467f84c33517950d67da3c9b5768d (diff) | |
download | gitbook-b5d7e7966f52386486998299e2f96116ca9cef27.zip gitbook-b5d7e7966f52386486998299e2f96116ca9cef27.tar.gz gitbook-b5d7e7966f52386486998299e2f96116ca9cef27.tar.bz2 |
Fix site generator polluting basegenerator
Diffstat (limited to 'test')
-rw-r--r-- | test/generation.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/generation.js b/test/generation.js index fc4f604..d2d0574 100644 --- a/test/generation.js +++ b/test/generation.js @@ -49,9 +49,9 @@ describe('Book generation', function () { }, done); }); - /*it('should correctly generate a book to website', function(done) { + it('should correctly generate a book to website', function(done) { testGeneration(book1, "site", function(output) { assert(fs.existsSync(path.join(output, "index.html"))); }, done); - });*/ + }); }); |