summaryrefslogtreecommitdiff
path: root/spec/requests/git_http_spec.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-07-29 18:08:58 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-07-29 18:08:58 +0000
commita16398e10f87edd229a12be2f1fc87cd4a76f902 (patch)
treec3f4db5dbf36a8470689cab3ad3bfe55aced5f1d /spec/requests/git_http_spec.rb
parent8c2d06cba79ff8965a4de9467e05e80d7c7f449e (diff)
downloadgitlab-ce-a16398e10f87edd229a12be2f1fc87cd4a76f902.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/requests/git_http_spec.rb')
-rw-r--r--spec/requests/git_http_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/requests/git_http_spec.rb b/spec/requests/git_http_spec.rb
index 05b16119a0e..3ffca7e3c62 100644
--- a/spec/requests/git_http_spec.rb
+++ b/spec/requests/git_http_spec.rb
@@ -225,7 +225,7 @@ RSpec.describe 'Git HTTP requests' do
end
context 'when namespace exists' do
- let(:path) { "#{user.namespace.path}/new-project.git"}
+ let(:path) { "#{user.namespace.path}/new-project.git" }
context 'when authenticated' do
it 'creates a new project under the existing namespace' do