summaryrefslogtreecommitdiff
path: root/spec/controllers/help_controller_spec.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-31 09:08:53 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-31 09:08:53 +0000
commitfd3a95f07ae9cd78fecffcfa5de4494f933a7808 (patch)
treea38a8abb0afb14aa396edd30137ddf45e71d2713 /spec/controllers/help_controller_spec.rb
parent6a7005feed2e88568f42627e7190ff5c4f2aa8d3 (diff)
downloadgitlab-ce-fd3a95f07ae9cd78fecffcfa5de4494f933a7808.tar.gz
Add latest changes from gitlab-org/gitlab@master
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 69b5605c0e5..3fce296ef90 100644
--- a/spec/controllers/help_controller_spec.rb
+++ b/spec/controllers/help_controller_spec.rb
@@ -111,7 +111,7 @@ describe HelpController do
it 'renders the raw file' do
get :show,
params: {
- path: 'user/project/img/labels_default_v12_1'
+ path: 'fixtures/gitlab_tanuki'
},
format: :png
expect(response).to be_successful