Commit 8900b23e authored by Sean McGivern's avatar Sean McGivern

Merge branch 'fix_help_controller_spec' into 'master'

Updating `HelpController` spec to use an existing image

See merge request gitlab-org/gitlab-ce!16977
parents 64416126 3581a78f
...@@ -68,7 +68,7 @@ describe HelpController do ...@@ -68,7 +68,7 @@ describe HelpController do
context 'when requested file exists' do context 'when requested file exists' do
it 'renders the raw file' do it 'renders the raw file' do
get :show, get :show,
path: 'user/project/img/labels_filter', path: 'user/project/img/labels_default',
format: :png format: :png
expect(response).to be_success expect(response).to be_success
expect(response.content_type).to eq 'image/png' expect(response.content_type).to eq 'image/png'
......
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