Change glossary to enforce use of h2

This commit is contained in:
Samy Pessé
2016-02-20 17:39:11 +01:00
parent fb921788b9
commit 42bb5fccb8
+1 -1
View File
@@ -23,7 +23,7 @@ describe('Glossary', function() {
before(function() {
return mock.setupDefaultBook({
'GLOSSARY.md': '# Glossary\n\n### Hello World\n\nThis is an entry'
'GLOSSARY.md': '# Glossary\n\n## Hello World\n\nThis is an entry'
})
.then(function(_book) {
book = _book;