diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-03-23 23:32:07 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-03-23 23:32:07 +0100 |
commit | 868a3186dd40e57ec1c38174be1db28dfd4c85c4 (patch) | |
tree | 6900fdf85bbd0f11caa9814c661ce2f03f26b4f6 /test/helper.js | |
parent | 17b546181c0af8f3086fdf1b38b39a2bee7155e4 (diff) | |
download | gitbook-868a3186dd40e57ec1c38174be1db28dfd4c85c4.zip gitbook-868a3186dd40e57ec1c38174be1db28dfd4c85c4.tar.gz gitbook-868a3186dd40e57ec1c38174be1db28dfd4c85c4.tar.bz2 |
Add assertion to test that a file exists
Diffstat (limited to 'test/helper.js')
-rw-r--r-- | test/helper.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/helper.js b/test/helper.js index 5e65441..f0f1fb7 100644 --- a/test/helper.js +++ b/test/helper.js @@ -9,6 +9,9 @@ var fsUtil = require('../lib/utils/fs'); var Book = require('../').Book; var LOG_LEVELS = require('../').LOG_LEVELS; +require("./assertions"); + + var BOOKS = {}; var TMPDIR = os.tmpdir(); |