Fix RSpec/InferredSpecType cop (#24736)
This commit is contained in:
		@@ -2,7 +2,7 @@
 | 
			
		||||
 | 
			
		||||
require 'rails_helper'
 | 
			
		||||
 | 
			
		||||
RSpec.describe Oauth::AuthorizationsController, type: :controller do
 | 
			
		||||
RSpec.describe Oauth::AuthorizationsController do
 | 
			
		||||
  render_views
 | 
			
		||||
 | 
			
		||||
  let(:app) { Doorkeeper::Application.create!(name: 'test', redirect_uri: 'http://localhost/', scopes: 'read') }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user