summaryrefslogtreecommitdiffstats
path: root/test/parsing.js
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2015-01-19 17:25:16 +0100
committerSamy Pessé <samypesse@gmail.com>2015-01-19 17:25:16 +0100
commitbe4d2679a4daf885a470b5f89e8e6488b0c7a820 (patch)
tree4fb8929a39254a275ed75d7bc04786fa7338cc12 /test/parsing.js
parent70189a5ee2da4ae2237178e6e6630b3355857f56 (diff)
downloadgitbook-be4d2679a4daf885a470b5f89e8e6488b0c7a820.zip
gitbook-be4d2679a4daf885a470b5f89e8e6488b0c7a820.tar.gz
gitbook-be4d2679a4daf885a470b5f89e8e6488b0c7a820.tar.bz2
Add base test for generation
Diffstat (limited to 'test/parsing.js')
-rw-r--r--test/parsing.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/parsing.js b/test/parsing.js
index 2c63a02..636b574 100644
--- a/test/parsing.js
+++ b/test/parsing.js
@@ -2,8 +2,6 @@ var path = require('path');
var _ = require('lodash');
var assert = require('assert');
-var Book = require('../').Book;
-
describe('Book parsing', function () {
it('should correctly parse the readme', function() {
assert.equal(book1.options.title, 'My Book');