Commit 8a880d8f authored by Albert Salim's avatar Albert Salim

Use fixture image for help controller spec

This is to prevent specs from failing due to changes in docs
parent 886f194d
......@@ -111,7 +111,7 @@ describe HelpController do
it 'renders the raw file' do
get :show,
params: {
path: 'integration/img/gitlab_app'
path: 'fixtures/gitlab_tanuki'
},
format: :png
expect(response).to be_successful
......
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