Fix broken spec from file rename

b36323f3d2
This commit is contained in:
Thong Kuah 2019-08-01 16:06:03 +12:00
parent 10d8fbdc7d
commit 1569dd5ba3
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ describe HelpController do
it 'renders the raw file' do
get :show,
params: {
path: 'user/project/img/labels_default'
path: 'user/project/img/labels_default_v12_1'
},
format: :png
expect(response).to be_success