Fix failing spec on help controller

This commit is contained in:
Achilleas Pipinellis 2016-07-22 11:41:17 +03:00
parent 1a5b7e7d70
commit b48fd097ff

View file

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