~cytrogen/masto-fe

25c66fa640962a4d54d59a3f53516ab6dcb1dae6 — Matt Jankowski 2 years ago 6637ef7
Enable paperclip for account attachment examples (#25381)

1 files changed, 1 insertions(+), 1 deletions(-)

M spec/support/examples/models/concerns/account_avatar.rb
M spec/support/examples/models/concerns/account_avatar.rb => spec/support/examples/models/concerns/account_avatar.rb +1 -1
@@ 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'))