diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-07-31 21:10:12 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-07-31 21:10:12 +0000 |
commit | 8bb9ee876910bf5a14e116ace9ec95791486a78a (patch) | |
tree | 7e2ad1f15f11dcbb5b45b2a581b7d720c272885d /spec/controllers/help_controller_spec.rb | |
parent | 04338021ada9669bcf8d6cf2d35b0debf50e8cc1 (diff) | |
download | gitlab-ce-8bb9ee876910bf5a14e116ace9ec95791486a78a.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/controllers/help_controller_spec.rb')
-rw-r--r-- | spec/controllers/help_controller_spec.rb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/spec/controllers/help_controller_spec.rb b/spec/controllers/help_controller_spec.rb index 6c0b3efa53b..3049396dd0f 100644 --- a/spec/controllers/help_controller_spec.rb +++ b/spec/controllers/help_controller_spec.rb @@ -159,15 +159,6 @@ RSpec.describe HelpController do end end - describe 'GET #ui' do - context 'for UI Development Kit' do - it 'renders found' do - get :ui - expect(response).to have_gitlab_http_status(:ok) - end - end - end - def stub_readme(content) expect(File).to receive(:read).and_return(content) end |