forked from cybrespace/mastodon
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			139 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			139 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
require 'rails_helper'
 | 
						|
 | 
						|
RSpec.describe AuthorizeFollowController, type: :controller do
 | 
						|
  describe 'GET #new'
 | 
						|
  describe 'POST #create'
 | 
						|
end
 |