diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2020-05-07 23:42:02 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-07 23:42:02 -0600 |
| commit | 95785d45fda1ed25e5252bf27542a90eca83d886 (patch) | |
| tree | 7cded295232f7da477dc45d39366f2b4570e5c17 /spec/dest_spec.rb | |
| parent | 158dde7533fa96dbc6949ba789657340f1fc44c7 (diff) | |
drop unsupported versions of Ruby (Ruby < 2.5 and JRuby < 9.2) (PR #1682)
Diffstat (limited to 'spec/dest_spec.rb')
| -rw-r--r-- | spec/dest_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/dest_spec.rb b/spec/dest_spec.rb index 2645d615..9c2ed9de 100644 --- a/spec/dest_spec.rb +++ b/spec/dest_spec.rb @@ -234,7 +234,7 @@ describe 'Asciidoctor::PDF::Converter - Dest' do (expect names).to have_size 1 name = names[0] (expect name).to eql hex_encoded_id - end if RUBY_VERSION >= '2.4.0' + end it 'should define a dest at the location of an inline anchor' do ['[[details]]details', '[#details]#details#'].each do |details| |
