6 lines
		
	
	
	
		
			152 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
		
		
			
		
	
	
			6 lines
		
	
	
	
		
			152 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| 
								 | 
							
								Fabricator(:appeal) do
							 | 
						||
| 
								 | 
							
								  strike(fabricator: :account_warning)
							 | 
						||
| 
								 | 
							
								  account { |attrs| attrs[:strike].target_account }
							 | 
						||
| 
								 | 
							
								  text { Faker::Lorem.paragraph }
							 | 
						||
| 
								 | 
							
								end
							 |