Enable paperclip for account attachment examples (#25381)
This commit is contained in:
		
							parent
							
								
									6637ef7852
								
							
						
					
					
						commit
						25c66fa640
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
# frozen_string_literal: true
 | 
					# frozen_string_literal: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
shared_examples 'AccountAvatar' do |fabricator|
 | 
					shared_examples 'AccountAvatar' do |fabricator|
 | 
				
			||||||
  describe 'static avatars' do
 | 
					  describe 'static avatars', paperclip_processing: true do
 | 
				
			||||||
    describe 'when GIF' do
 | 
					    describe 'when GIF' do
 | 
				
			||||||
      it 'creates a png static style' do
 | 
					      it 'creates a png static style' do
 | 
				
			||||||
        account = Fabricate(fabricator, avatar: attachment_fixture('avatar.gif'))
 | 
					        account = Fabricate(fabricator, avatar: attachment_fixture('avatar.gif'))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue