diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2019-07-14 03:53:54 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2019-07-14 03:53:54 -0600 |
| commit | d6b48373d9333ebafb8dc3f261d8b5e352f47523 (patch) | |
| tree | 7dc87057f890bc392cfaa2eb65012a25a0120009 /spec/font_spec.rb | |
| parent | 43f1a045239a1496604dfc6a0e935c4eaac9562c (diff) | |
fix name of context in test suite [skip ci]
Diffstat (limited to 'spec/font_spec.rb')
| -rw-r--r-- | spec/font_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/font_spec.rb b/spec/font_spec.rb index db1f8aa7..ee8ba18e 100644 --- a/spec/font_spec.rb +++ b/spec/font_spec.rb @@ -1,7 +1,7 @@ require_relative 'spec_helper' describe 'Asciidoctor::PDF::Converter - Font' do - context 'built-in' do + context 'default' do it 'should not apply fallback font when using default theme' do input_file = Pathname.new fixture_file 'i18n-font-test.adoc' to_file = to_pdf_file input_file, 'font-i18n-default.pdf' |
