Skip to content
Snippets Groups Projects
Commit 43b9be9d authored by Robert Speicher's avatar Robert Speicher
Browse files

Merge branch 'spec-differences' into 'master'

Backport EE code for OAuth applications spec

See merge request gitlab-org/gitlab-ce!31670
parents 4b10592b 3fcb70b3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -17,7 +17,7 @@ describe Oauth::ApplicationsController do
expect(response).to have_gitlab_http_status(200)
end
 
it 'shows list of applications' do
it 'redirects back to profile page if OAuth applications are disabled' 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