Commit 43b9be9d authored by Robert Speicher's avatar Robert Speicher

Merge branch 'spec-differences' into 'master'

Backport EE code for OAuth applications spec

See merge request gitlab-org/gitlab-ce!31670
parents 4b10592b 3fcb70b3
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment