diff options
Diffstat (limited to 'test/parsing.js')
-rw-r--r-- | test/parsing.js | 2 |
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'); |