Updating `HelpController` spec to use an existing image

This commit is contained in:
Mario de la Ossa 2018-02-07 12:05:25 -06:00
parent 9a9ee0d760
commit 3581a78f81
No known key found for this signature in database
GPG Key ID: 20CA8F4C6A20761B
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ describe HelpController do
context 'when requested file exists' do
it 'renders the raw file' do
get :show,
path: 'user/project/img/labels_filter',
path: 'user/project/img/labels_default',
format: :png
expect(response).to be_success
expect(response.content_type).to eq 'image/png'