diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-04-08 00:48:12 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-04-08 00:48:53 -0600 |
| commit | 394f240b66684da377ad8798da96068d7d42a818 (patch) | |
| tree | 078cc71e700224abd78ba031b5fa8a0360dffd7f /spec/list_spec.rb | |
| parent | 904911d02d07b30d152f92c9c1bcdd59c8279985 (diff) | |
remove .only prefix on test [skip ci]
Diffstat (limited to 'spec/list_spec.rb')
| -rw-r--r-- | spec/list_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/list_spec.rb b/spec/list_spec.rb index cf33ed05..4b3f3163 100644 --- a/spec/list_spec.rb +++ b/spec/list_spec.rb @@ -979,7 +979,7 @@ describe 'Asciidoctor::PDF::Converter - List' do end # NOTE: font_size is not supported since it can impact the layout - it '.only should allow theme to control font properties of term' do + it 'should allow theme to control font properties of term' do pdf_theme = { description_list_term_font_style: 'italic', description_list_term_font_color: 'AA0000', |
