summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-08-01 04:48:42 +0000
committerStan Hu <stanhu@gmail.com>2019-08-01 04:48:42 +0000
commitb4ae5b3937aabaec723f6899a9d31577c2c42d4e (patch)
tree02e0a949299fd7f6a07f2e326b4cf6ef657ace8d
parent10d8fbdc7d76ee2d4a61bd7aeb38dc5b47d7a9e6 (diff)
parent1569dd5ba3163eba7098e3e50ee35c2e207ee4b8 (diff)
downloadgitlab-ce-b4ae5b3937aabaec723f6899a9d31577c2c42d4e.tar.gz
Merge branch 'fix_broken_help_controller_spec' into 'master'
Fix broken spec from file rename See merge request gitlab-org/gitlab-ce!31360
-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 dbfacf4e42e..43c910da7a5 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'
+ path: 'user/project/img/labels_default_v12_1'
},
format: :png
expect(response).to be_success