summaryrefslogtreecommitdiffstats
path: root/test/website.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/website.js')
-rw-r--r--test/website.js11
1 files changed, 4 insertions, 7 deletions
diff --git a/test/website.js b/test/website.js
index 91340a0..ebbd18c 100644
--- a/test/website.js
+++ b/test/website.js
@@ -1,8 +1,5 @@
-var fs = require('fs');
-var path = require('path');
-
-describe('Website generator', function () {
- describe('Basic Book', function() {
+describe("Website generator", function () {
+ describe("Basic Book", function() {
var book;
before(function() {
@@ -12,11 +9,11 @@ describe('Website generator', function () {
});
});
- it('should correctly output an index.html', function() {
+ it("should correctly output an index.html", function() {
book.should.have.file("index.html");
});
- it('should correctly copy assets', function() {
+ it("should correctly copy assets", function() {
book.should.have.file("gitbook");
book.should.have.file("gitbook/app.js");
book.should.have.file("gitbook/style.css");