diff options
| -rw-r--r-- | test/preamble_test.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/preamble_test.rb b/test/preamble_test.rb index 9fdef546..28065d9e 100644 --- a/test/preamble_test.rb +++ b/test/preamble_test.rb @@ -168,7 +168,7 @@ context 'Preamble' do assert_xpath '//*[@id="preamble"]/*[@id="toc"]', output, 1 end - test 'should move abstract in preface to info tag when converting to DocBook' do + test 'should move abstract in implicit preface to info tag when converting to DocBook' do input = <<~'EOS' = Document Title @@ -202,7 +202,7 @@ context 'Preamble' do assert_xpath '/article/info/abstract', output, 1 end - test 'should move abstract in preface to info tag when converting to DocBook' do + test 'should move abstract in preface section to info tag when converting to DocBook' do input = <<~'EOS' = Document Title :doctype: book |
