summaryrefslogtreecommitdiff
path: root/spec/video_spec.rb
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2020-02-26 01:32:12 -0700
committerGitHub <noreply@github.com>2020-02-26 01:32:12 -0700
commit8492a120bc23a5d1d1b7a13d558ed00141204014 (patch)
treeb9d688dff29a138f780d1ef4fafdfe66e646b28d /spec/video_spec.rb
parent4d2a1ababaeded3d9eb9c7b4362f4a71672255bf (diff)
reenable video test in CI (PR #1573)
Diffstat (limited to 'spec/video_spec.rb')
-rw-r--r--spec/video_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/video_spec.rb b/spec/video_spec.rb
index 1daf744d..ec316b7b 100644
--- a/spec/video_spec.rb
+++ b/spec/video_spec.rb
@@ -27,7 +27,7 @@ describe 'Asciidoctor::PDF::Converter - Video' do
(expect link_annotation[:Subtype]).to be :Link
(expect link_annotation[:A][:URI]).to eql %(https://www.youtube.com/watch?v=#{video_id})
(expect to_file).to visually_match 'video-youtube-poster.pdf'
- end unless ENV['CI']
+ end
end
context 'Vimeo' do