diff options
Diffstat (limited to 'test/attributes_test.rb')
| -rw-r--r-- | test/attributes_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/attributes_test.rb b/test/attributes_test.rb index fb13fe27..c2152d44 100644 --- a/test/attributes_test.rb +++ b/test/attributes_test.rb @@ -227,7 +227,7 @@ preamble To use {gem_name}, the first thing to do is to import it in your Ruby source file. EOS output = render_embedded_string input - assert_xpath '//*[@class="title"]/tt[text()="asciidoctor"]', output, 1 + assert_xpath '//*[@class="title"]/code[text()="asciidoctor"]', output, 1 end test 'renders attribute until it is deleted' do |
