diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2023-02-13 23:57:31 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2023-02-14 02:53:30 -0700 |
| commit | a800cdbb60ce6aecac5d5f7ac95711939d8ff764 (patch) | |
| tree | f13e93534c744d976e8f71b215e97271032558ad /spec | |
| parent | 2e076735a019cad963982a7bdb9320dfa543be19 (diff) | |
remove only flag from test suite
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/source_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/source_spec.rb b/spec/source_spec.rb index e28ab230..4221c0e2 100644 --- a/spec/source_spec.rb +++ b/spec/source_spec.rb @@ -300,7 +300,7 @@ describe 'Asciidoctor::PDF::Converter - Source' do end end - it '.only should allow token to be formatted in bold, italic, and bold italic' do + it 'should allow token to be formatted in bold, italic, and bold italic' do pdf = to_pdf <<~'END', analyze: true :source-highlighter: rouge :rouge-style: monokai |
