diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-11-03 17:43:44 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-11-03 17:43:44 +0100 |
commit | 4b26c31b3b2816610ccc5a0eff777153b08ec6ec (patch) | |
tree | 70937db587fc4bed7210ad00df072787d23b7ab9 | |
parent | dfd487692a948b9d16f1fbd75b6c4dd65d44c1cb (diff) | |
download | gitbook-4b26c31b3b2816610ccc5a0eff777153b08ec6ec.zip gitbook-4b26c31b3b2816610ccc5a0eff777153b08ec6ec.tar.gz gitbook-4b26c31b3b2816610ccc5a0eff777153b08ec6ec.tar.bz2 |
Remove unnecessary option "repo" from tests
-rw-r--r-- | test/page.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/page.js b/test/page.js index 0633117..c883367 100644 --- a/test/page.js +++ b/test/page.js @@ -80,9 +80,6 @@ describe('Page parsing', function() { describe('Relative links', function() { it('should replace link to .md by link to .html', function() { var LEXED = loadPage('MARKDOWN_LINKS', { - // GitHub repo ID - repo: 'GitBookIO/javascript', - // Imaginary folder of markdown file dir: 'course', outdir: 'course' @@ -96,9 +93,6 @@ describe('Relative links', function() { describe('Relative images', function() { it('should keep image relative with considering output directory in site format', function() { var LEXED = loadPage('IMAGES', { - // GitHub repo ID - repo: 'GitBookIO/javascript', - // Imaginary folder of markdown file dir: 'syntax', outdir: 'syntax' @@ -110,9 +104,6 @@ describe('Relative images', function() { it('should keep image relative with considering output directory in page format', function() { var LEXED = loadPage('IMAGES', { - // GitHub repo ID - repo: 'GitBookIO/javascript', - // Imaginary folder of markdown file dir: 'syntax', outdir: './' |