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:
authorThong Kuah <tkuah@gitlab.com>2019-08-01 07:06:03 +0300
committerThong Kuah <tkuah@gitlab.com>2019-08-01 07:06:03 +0300
commit1569dd5ba3163eba7098e3e50ee35c2e207ee4b8 (patch)
tree02e0a949299fd7f6a07f2e326b4cf6ef657ace8d /spec/controllers/help_controller_spec.rb
parent10d8fbdc7d76ee2d4a61bd7aeb38dc5b47d7a9e6 (diff)
Fix broken spec from file rename
b36323f3d26131405925bf86742b2b4acd786230
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 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