diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-03-24 09:36:51 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-03-24 09:36:51 +0100 |
commit | d317741144c3179bf0a88eb731bb8195426405a6 (patch) | |
tree | 167064a9d7410b42967ebc798fcd03804f8eb26f /test/helper.js | |
parent | 275739a77838ef256eeebeb48838e97420783f45 (diff) | |
download | gitbook-d317741144c3179bf0a88eb731bb8195426405a6.zip gitbook-d317741144c3179bf0a88eb731bb8195426405a6.tar.gz gitbook-d317741144c3179bf0a88eb731bb8195426405a6.tar.bz2 |
Add basic test for multilingual book
Diffstat (limited to 'test/helper.js')
-rw-r--r-- | test/helper.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/helper.js b/test/helper.js index f0f1fb7..8726667 100644 --- a/test/helper.js +++ b/test/helper.js @@ -39,9 +39,6 @@ function parseBook(bookId, test) { return BOOKS[bookId][test].parse() .then(function() { - return BOOKS[bookId][test].generate(test); - }) - .then(function() { return BOOKS[bookId][test]; }); } |