summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-07-22 11:41:17 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-07-22 11:49:09 +0300
commitb48fd097ff22965bbb8d89780bc2a35385ffdfb5 (patch)
treecff0b50f1edbe7200de05d401eaeadd6dbc7537f
parent1a5b7e7d70cfe4802e858f129779e388307fbbab (diff)
downloadgitlab-ce-b48fd097ff22965bbb8d89780bc2a35385ffdfb5.tar.gz
Fix failing spec on help controller
-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 347bef1e129..33c75e7584f 100644
--- a/spec/controllers/help_controller_spec.rb
+++ b/spec/controllers/help_controller_spec.rb
@@ -36,7 +36,7 @@ describe HelpController do
context 'when requested file exists' do
it 'renders the raw file' do
get :show,
- path: 'workflow/protected_branches/protected_branches1',
+ path: 'user/project/img/labels_filter',
format: :png
expect(response).to be_success
expect(response.content_type).to eq 'image/png'