8 lines
		
	
	
	
		
			149 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			149 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
# frozen_string_literal: true
 | 
						|
 | 
						|
Fabricator(:account_stat) do
 | 
						|
  account         nil
 | 
						|
  statuses_count  ''
 | 
						|
  following_count ''
 | 
						|
  followers_count ''
 | 
						|
end
 |