diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2024-02-19 15:56:35 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2024-02-19 15:56:35 -0700 |
| commit | 888c12c2c04e2438fc7f8121dbae755aecbd2ba3 (patch) | |
| tree | 22d65cd09fedaea374f148f2568fce9d7daff500 | |
| parent | 2683f1f096c8ca86e3d3ec6d31777073024c95f3 (diff) | |
fix warning caused by duplicate test description
| -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 |
