Skip to content
Snippets Groups Projects
Unverified Commit 25c66fa6 authored by Matt Jankowski's avatar Matt Jankowski Committed by GitHub
Browse files

Enable paperclip for account attachment examples (#25381)

parent 6637ef78
No related branches found
No related tags found
No related merge requests found
# 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'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment