diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-09-15 12:27:07 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-09-15 12:27:07 +0200 |
commit | 57a0c3bad8333d93815257d7ff603bc34b8b3f4d (patch) | |
tree | cf5f447e84e3b4ac2d74d7092d8c522bd6e67b79 /test/json.js | |
parent | 463a947df1e5c8c862c555a5b0ae675e356a0d5c (diff) | |
parent | 2a52326a454a23444bd8f0395a9ab8a1f5f68831 (diff) | |
download | gitbook-57a0c3bad8333d93815257d7ff603bc34b8b3f4d.zip gitbook-57a0c3bad8333d93815257d7ff603bc34b8b3f4d.tar.gz gitbook-57a0c3bad8333d93815257d7ff603bc34b8b3f4d.tar.bz2 |
Merge pull request #929 from GitbookIO/feature/improve_resolve
Improve paths resolving for conrefs
Diffstat (limited to 'test/json.js')
-rw-r--r-- | test/json.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/json.js b/test/json.js index 0e50237..758cfd7 100644 --- a/test/json.js +++ b/test/json.js @@ -35,7 +35,7 @@ describe('JSON generator', function () { it('should contains valid section', function() { page.should.have.property("sections").with.lengthOf(1); page.sections[0].should.have.property("content").which.is.a.String; - page.sections[0].should.have.property("type").which.is.a.String.which.equal("normal"); + page.sections[0].should.have.property("type", "normal"); }); it('should contains valid progress', function() { |