Remove redundant fabrication in the spec for Api::V1::FavouritesController (#4391)
This commit is contained in:
		
				
					committed by
					
						
						Eugen Rochko
					
				
			
			
				
	
			
			
			
						parent
						
							97a48f237d
						
					
				
				
					commit
					bdf573d140
				
			@@ -3,7 +3,7 @@ require 'rails_helper'
 | 
			
		||||
RSpec.describe Api::V1::FavouritesController, type: :controller do
 | 
			
		||||
  render_views
 | 
			
		||||
 | 
			
		||||
  let(:user)  { Fabricate(:user, account: Fabricate(:account, username: 'alice')) }
 | 
			
		||||
  let(:user)  { Fabricate(:user) }
 | 
			
		||||
  let(:token) { double acceptable?: true, resource_owner_id: user.id }
 | 
			
		||||
 | 
			
		||||
  before do
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user