Enable paperclip for account attachment examples (#25381)

local
Matt Jankowski 11 months ago committed by GitHub
parent 6637ef7852
commit 25c66fa640
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      spec/support/examples/models/concerns/account_avatar.rb

@ -1,7 +1,7 @@
# frozen_string_literal: true
shared_examples 'AccountAvatar' do |fabricator|
describe 'static avatars' do
describe 'static avatars', paperclip_processing: true do
describe 'when GIF' do
it 'creates a png static style' do
account = Fabricate(fabricator, avatar: attachment_fixture('avatar.gif'))

Loading…
Cancel
Save