Commit 1569dd5b authored by Thong Kuah's avatar Thong Kuah

Fix broken spec from file rename

b36323f3
parent 10d8fbdc
...@@ -111,7 +111,7 @@ describe HelpController do ...@@ -111,7 +111,7 @@ describe HelpController do
it 'renders the raw file' do it 'renders the raw file' do
get :show, get :show,
params: { params: {
path: 'user/project/img/labels_default' path: 'user/project/img/labels_default_v12_1'
}, },
format: :png format: :png
expect(response).to be_success expect(response).to be_success
......
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