mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-10-31 02:57:57 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			297 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			297 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| require 'rails_helper'
 | |
| 
 | |
| describe '/apple-app-site-association', type: :request do
 | |
|   describe 'GET /apple-app-site-association' do
 | |
|     it 'renders the apple-app-site-association file' do
 | |
|       get '/apple-app-site-association'
 | |
|       expect(response).to have_http_status(:success)
 | |
|     end
 | |
|   end
 | |
| end
 | 
