Commit b48fd097 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Fix failing spec on help controller

parent 1a5b7e7d
......@@ -36,7 +36,7 @@ describe HelpController do
context 'when requested file exists' do
it 'renders the raw file' do
get :show,
path: 'workflow/protected_branches/protected_branches1',
path: 'user/project/img/labels_filter',
format: :png
expect(response).to be_success
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