forked from cybrespace/mastodon
		
	
		
			
	
	
		
			6 lines
		
	
	
	
		
			100 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
		
		
			
		
	
	
			6 lines
		
	
	
	
		
			100 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| 
								 | 
							
								Fabricator(:report_note) do
							 | 
						||
| 
								 | 
							
								  report
							 | 
						||
| 
								 | 
							
								  account { Fabricate(:account) }
							 | 
						||
| 
								 | 
							
								  content "Test Content"
							 | 
						||
| 
								 | 
							
								end
							 |