Commit d304af4b authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

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

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 98a319a4
......@@ -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
......
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