Skip to content
Snippets Groups Projects
Unverified Commit d304af4b authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix spec message in spec/controllers/oauth/applications_controller_spec.rb

parent 98a319a4
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -15,7 +15,7 @@ describe Oauth::ApplicationsController do
expect(response).to have_gitlab_http_status(200)
end
 
it 'redirects back to profile page if OAuth applications are disabled' do
it 'shows list of applications' do
disable_user_oauth
 
get :index
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment