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

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2018-09-21 11:03:00 +03:00
parent 98a319a482
commit d304af4bb4
No known key found for this signature in database
GPG Key ID: 627C5F589F467F17
1 changed files with 1 additions and 1 deletions

View File

@ -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