summaryrefslogtreecommitdiff
path: root/spec/dest_spec.rb
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2020-05-07 23:42:02 -0600
committerGitHub <noreply@github.com>2020-05-07 23:42:02 -0600
commit95785d45fda1ed25e5252bf27542a90eca83d886 (patch)
tree7cded295232f7da477dc45d39366f2b4570e5c17 /spec/dest_spec.rb
parent158dde7533fa96dbc6949ba789657340f1fc44c7 (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.rb2
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|