diff options
Diffstat (limited to 'test/ebook.js')
-rw-r--r-- | test/ebook.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/ebook.js b/test/ebook.js index 335699c..6c84462 100644 --- a/test/ebook.js +++ b/test/ebook.js @@ -20,6 +20,10 @@ describe('eBook generator', function () { book.should.have.file('gitbook'); book.should.have.file('gitbook/ebook.css'); }); + + it('should not copy website assets', function() { + book.should.not.have.file('gitbook/style.css'); + }); }); describe('Custom styles', function() { |