Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario de la Ossa <mariodelaossa@gmail.com>2018-02-07 21:05:25 +0300
committerMario de la Ossa <mariodelaossa@gmail.com>2018-02-07 21:05:25 +0300
commit3581a78f81c294a905dd5cc8731c645eeb7d2c1e (patch)
tree75b507345f6a094127353fc57e7f26203cb9fcbe /spec/controllers/help_controller_spec.rb
parent9a9ee0d760cc7740e1dfebdf7c0fe882c01bce4c (diff)
Updating `HelpController` spec to use an existing image
Diffstat (limited to 'spec/controllers/help_controller_spec.rb')
-rw-r--r--spec/controllers/help_controller_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/help_controller_spec.rb b/spec/controllers/help_controller_spec.rb
index f75048f422c..21d59c62613 100644
--- a/spec/controllers/help_controller_spec.rb
+++ b/spec/controllers/help_controller_spec.rb
@@ -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'