0
0
Fork 0

Support animated PNGs in media attachments (#28516)

This commit is contained in:
Christian Schmidt 2024-12-11 03:28:21 +01:00 committed by GitHub
parent 39364346bb
commit a70ae28644
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 123 additions and 183 deletions

View file

@ -137,7 +137,7 @@ RSpec.describe 'Media' do
end
context 'with image/gif', :attachment_processing do
let(:params) { { file: fixture_file_upload('attachment.gif', 'image/gif') } }
let(:params) { { file: fixture_file_upload('600x400.gif', 'image/gif') } }
it_behaves_like 'a successful media upload', 'image'
end