Remove redundant fabrication in the spec for Api::V1::FavouritesController (#4391)
This commit is contained in:
		
					parent
					
						
							
								97a48f237d
							
						
					
				
			
			
				commit
				
					
						bdf573d140
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue