Skip to content

Commit

Permalink
Fix ImageInfo spec without ImageMagick
Browse files Browse the repository at this point in the history
  • Loading branch information
NuckChorris committed Feb 2, 2025
1 parent ecfdc9d commit a0024f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/lib/image_info_spec.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'rails_helper'

RSpec.describe ImageInfo do
Expand All @@ -10,7 +12,6 @@
end

it '#animated? should be false' do
skip 'Does not work on ImageMagick 6' unless MiniMagick.imagemagick7?
expect(image).not_to be_animated
end
end
Expand Down

0 comments on commit a0024f5

Please sign in to comment.