diff options
Diffstat (limited to 'test/exports.js')
-rw-r--r-- | test/exports.js | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/test/exports.js b/test/exports.js deleted file mode 100644 index ae298dc..0000000 --- a/test/exports.js +++ /dev/null @@ -1,12 +0,0 @@ -var should = require('should'); -var gitbook = require('../'); - -describe('Exports', function() { - it('should export the Book class', function() { - should(gitbook.Book).be.a.Function(); - }); - - it('should export the list of commands', function() { - should(gitbook.commands).be.an.Array(); - }); -}); |